Freigeben über


StreamInvocationMessage Konstruktoren

Definition

Überlädt

StreamInvocationMessage(String, String, Object[])

Initialisiert eine neue Instanz der StreamInvocationMessage-Klasse.

StreamInvocationMessage(String, String, Object[], String[])

Initialisiert eine neue Instanz der StreamInvocationMessage-Klasse.

StreamInvocationMessage(String, String, Object[])

Quelle:
HubMethodInvocationMessage.cs
Quelle:
HubMethodInvocationMessage.cs
Quelle:
HubMethodInvocationMessage.cs
Quelle:
HubMethodInvocationMessage.cs
Quelle:
HubMethodInvocationMessage.cs
Quelle:
HubMethodInvocationMessage.cs
Quelle:
HubMethodInvocationMessage.cs
Quelle:
HubMethodInvocationMessage.cs
Quelle:
HubMethodInvocationMessage.cs

Initialisiert eine neue Instanz der StreamInvocationMessage-Klasse.

public:
 StreamInvocationMessage(System::String ^ invocationId, System::String ^ target, cli::array <System::Object ^> ^ arguments);
public StreamInvocationMessage (string invocationId, string target, object[] arguments);
public StreamInvocationMessage (string invocationId, string target, object?[] arguments);
new Microsoft.AspNetCore.SignalR.Protocol.StreamInvocationMessage : string * string * obj[] -> Microsoft.AspNetCore.SignalR.Protocol.StreamInvocationMessage
Public Sub New (invocationId As String, target As String, arguments As Object())

Parameter

invocationId
String

Die Aufruf-ID.

target
String

Der Name der Zielmethode.

arguments
Object[]

Die Zielmethodenargumente.

Gilt für:

StreamInvocationMessage(String, String, Object[], String[])

Quelle:
HubMethodInvocationMessage.cs
Quelle:
HubMethodInvocationMessage.cs
Quelle:
HubMethodInvocationMessage.cs
Quelle:
HubMethodInvocationMessage.cs
Quelle:
HubMethodInvocationMessage.cs
Quelle:
HubMethodInvocationMessage.cs
Quelle:
HubMethodInvocationMessage.cs

Initialisiert eine neue Instanz der StreamInvocationMessage-Klasse.

public:
 StreamInvocationMessage(System::String ^ invocationId, System::String ^ target, cli::array <System::Object ^> ^ arguments, cli::array <System::String ^> ^ streamIds);
public StreamInvocationMessage (string invocationId, string target, object[] arguments, string[] streamIds);
public StreamInvocationMessage (string invocationId, string target, object?[] arguments, string[]? streamIds);
new Microsoft.AspNetCore.SignalR.Protocol.StreamInvocationMessage : string * string * obj[] * string[] -> Microsoft.AspNetCore.SignalR.Protocol.StreamInvocationMessage
Public Sub New (invocationId As String, target As String, arguments As Object(), streamIds As String())

Parameter

invocationId
String

Die Aufruf-ID.

target
String

Der Name der Zielmethode.

arguments
Object[]

Die Zielmethodenargumente.

streamIds
String[]

Die Stream-IDs der Zielmethoden.

Gilt für: