StreamInvocationMessage Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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[])
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[])
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.