InvocationMessage Class

Definition

A hub message representing a non-streaming invocation.

public ref class InvocationMessage : Microsoft::AspNetCore::SignalR::Protocol::HubMethodInvocationMessage
public class InvocationMessage : Microsoft.AspNetCore.SignalR.Protocol.HubMethodInvocationMessage
type InvocationMessage = class
    inherit HubMethodInvocationMessage
Public Class InvocationMessage
Inherits HubMethodInvocationMessage
Inheritance

Constructors

InvocationMessage(String, Object[])

Initializes a new instance of the InvocationMessage class.

InvocationMessage(String, String, Object[])

Initializes a new instance of the InvocationMessage class.

InvocationMessage(String, String, Object[], String[])

Initializes a new instance of the InvocationMessage class.

Properties

Arguments

Gets the target method arguments.

(Inherited from HubMethodInvocationMessage)
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.

(Inherited from HubMethodInvocationMessage)
Target

Gets the target method name.

(Inherited from HubMethodInvocationMessage)

Methods

ToString()

Returns a string that represents the current object.

Applies to