StreamInvocationMessage Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
StreamInvocationMessage(String, String, Object[]) |
Inicializuje novou instanci StreamInvocationMessage třídy . |
StreamInvocationMessage(String, String, Object[], String[]) |
Inicializuje novou instanci StreamInvocationMessage třídy . |
StreamInvocationMessage(String, String, Object[])
Inicializuje novou instanci StreamInvocationMessage třídy .
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())
Parametry
- invocationId
- String
ID volání.
- target
- String
Název cílové metody.
- arguments
- Object[]
Argumenty cílové metody.
Platí pro
StreamInvocationMessage(String, String, Object[], String[])
Inicializuje novou instanci StreamInvocationMessage třídy .
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())
Parametry
- invocationId
- String
ID volání.
- target
- String
Název cílové metody.
- arguments
- Object[]
Argumenty cílové metody.
- streamIds
- String[]
ID datových proudů cílových metod.