InvocationMessage Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
InvocationMessage(String, Object[]) |
Inicjuje nowe wystąpienie klasy InvocationMessage. |
InvocationMessage(String, String, Object[]) |
Inicjuje nowe wystąpienie klasy InvocationMessage. |
InvocationMessage(String, String, Object[], String[]) |
Inicjuje nowe wystąpienie klasy InvocationMessage. |
InvocationMessage(String, Object[])
Inicjuje nowe wystąpienie klasy InvocationMessage.
public:
InvocationMessage(System::String ^ target, cli::array <System::Object ^> ^ arguments);
public InvocationMessage (string target, object[] arguments);
public InvocationMessage (string target, object?[]? arguments);
public InvocationMessage (string target, object?[] arguments);
new Microsoft.AspNetCore.SignalR.Protocol.InvocationMessage : string * obj[] -> Microsoft.AspNetCore.SignalR.Protocol.InvocationMessage
Public Sub New (target As String, arguments As Object())
Parametry
- target
- String
Nazwa metody docelowej.
- arguments
- Object[]
Argumenty metody docelowej.
Dotyczy
InvocationMessage(String, String, Object[])
Inicjuje nowe wystąpienie klasy InvocationMessage.
public:
InvocationMessage(System::String ^ invocationId, System::String ^ target, cli::array <System::Object ^> ^ arguments);
public InvocationMessage (string invocationId, string target, object[] arguments);
public InvocationMessage (string? invocationId, string target, object?[]? arguments);
public InvocationMessage (string? invocationId, string target, object?[] arguments);
new Microsoft.AspNetCore.SignalR.Protocol.InvocationMessage : string * string * obj[] -> Microsoft.AspNetCore.SignalR.Protocol.InvocationMessage
Public Sub New (invocationId As String, target As String, arguments As Object())
Parametry
- invocationId
- String
Identyfikator wywołania.
- target
- String
Nazwa metody docelowej.
- arguments
- Object[]
Argumenty metody docelowej.
Dotyczy
InvocationMessage(String, String, Object[], String[])
Inicjuje nowe wystąpienie klasy InvocationMessage.
public:
InvocationMessage(System::String ^ invocationId, System::String ^ target, cli::array <System::Object ^> ^ arguments, cli::array <System::String ^> ^ streamIds);
public InvocationMessage (string invocationId, string target, object[] arguments, string[] streamIds);
public InvocationMessage (string? invocationId, string target, object?[]? arguments, string[]? streamIds);
public InvocationMessage (string? invocationId, string target, object?[] arguments, string[]? streamIds);
new Microsoft.AspNetCore.SignalR.Protocol.InvocationMessage : string * string * obj[] * string[] -> Microsoft.AspNetCore.SignalR.Protocol.InvocationMessage
Public Sub New (invocationId As String, target As String, arguments As Object(), streamIds As String())
Parametry
- invocationId
- String
Identyfikator wywołania.
- target
- String
Nazwa metody docelowej.
- arguments
- Object[]
Argumenty metody docelowej.
- streamIds
- String[]
Identyfikatory strumienia metod docelowych.