CancelInvocationMessage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The CancelInvocationMessage represents a cancellation of a streaming method.
public ref class CancelInvocationMessage : Microsoft::AspNetCore::SignalR::Protocol::HubInvocationMessage
public class CancelInvocationMessage : Microsoft.AspNetCore.SignalR.Protocol.HubInvocationMessage
type CancelInvocationMessage = class
inherit HubInvocationMessage
Public Class CancelInvocationMessage
Inherits HubInvocationMessage
- Inheritance
Constructors
CancelInvocationMessage(String) |
Initializes a new instance of the CancelInvocationMessage class. |
Properties
Headers |
Gets or sets a name/value collection of headers. (Inherited from HubInvocationMessage) |
InvocationId |
Gets the invocation ID. (Inherited from HubInvocationMessage) |