HubMethodInvocationMessage 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.
A base class for hub messages representing an invocation.
public ref class HubMethodInvocationMessage abstract : Microsoft::AspNetCore::SignalR::Protocol::HubInvocationMessage
public abstract class HubMethodInvocationMessage : Microsoft.AspNetCore.SignalR.Protocol.HubInvocationMessage
type HubMethodInvocationMessage = class
inherit HubInvocationMessage
Public MustInherit Class HubMethodInvocationMessage
Inherits HubInvocationMessage
- Inheritance
- Derived
Constructors
HubMethodInvocationMessage(String, String, Object[], String[]) |
Initializes a new instance of the HubMethodInvocationMessage class. |
HubMethodInvocationMessage(String, String, Object[]) |
Initializes a new instance of the HubMethodInvocationMessage class. |
Properties
Arguments |
Gets the target method arguments. |
Headers |
Gets or sets a name/value collection of headers. (Inherited from HubInvocationMessage) |
InvocationId |
Gets the invocation ID. (Inherited from HubInvocationMessage) |
StreamIds |
The target methods stream IDs. |
Target |
Gets the target method name. |