Udostępnij za pośrednictwem


InvocationMessage Konstruktory

Definicja

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[])

Źródło:
HubMethodInvocationMessage.cs
Źródło:
HubMethodInvocationMessage.cs
Źródło:
HubMethodInvocationMessage.cs
Źródło:
HubMethodInvocationMessage.cs
Źródło:
HubMethodInvocationMessage.cs
Źródło:
HubMethodInvocationMessage.cs
Źródło:
HubMethodInvocationMessage.cs
Źródło:
HubMethodInvocationMessage.cs
Źródło:
HubMethodInvocationMessage.cs

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[])

Źródło:
HubMethodInvocationMessage.cs
Źródło:
HubMethodInvocationMessage.cs
Źródło:
HubMethodInvocationMessage.cs
Źródło:
HubMethodInvocationMessage.cs
Źródło:
HubMethodInvocationMessage.cs
Źródło:
HubMethodInvocationMessage.cs
Źródło:
HubMethodInvocationMessage.cs
Źródło:
HubMethodInvocationMessage.cs
Źródło:
HubMethodInvocationMessage.cs

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[])

Źródło:
HubMethodInvocationMessage.cs
Źródło:
HubMethodInvocationMessage.cs
Źródło:
HubMethodInvocationMessage.cs
Źródło:
HubMethodInvocationMessage.cs
Źródło:
HubMethodInvocationMessage.cs
Źródło:
HubMethodInvocationMessage.cs
Źródło:
HubMethodInvocationMessage.cs

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.

Dotyczy