HubMethodInvocationMessage Class

Definition

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
HubMethodInvocationMessage
Derived

Constructors

HubMethodInvocationMessage(String, String, Object[])

Initializes a new instance of the HubMethodInvocationMessage class.

HubMethodInvocationMessage(String, String, Object[], String[])

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.

Applies to