Sdílet prostřednictvím


InvocationMessage Konstruktory

Definice

Přetížení

InvocationMessage(String, Object[])

Inicializuje novou instanci InvocationMessage třídy .

InvocationMessage(String, String, Object[])

Inicializuje novou instanci InvocationMessage třídy .

InvocationMessage(String, String, Object[], String[])

Inicializuje novou instanci InvocationMessage třídy .

InvocationMessage(String, Object[])

Zdroj:
HubMethodInvocationMessage.cs
Zdroj:
HubMethodInvocationMessage.cs
Zdroj:
HubMethodInvocationMessage.cs
Zdroj:
HubMethodInvocationMessage.cs
Zdroj:
HubMethodInvocationMessage.cs
Zdroj:
HubMethodInvocationMessage.cs
Zdroj:
HubMethodInvocationMessage.cs
Zdroj:
HubMethodInvocationMessage.cs
Zdroj:
HubMethodInvocationMessage.cs

Inicializuje novou instanci InvocationMessage třídy .

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

Název cílové metody.

arguments
Object[]

Argumenty cílové metody.

Platí pro

InvocationMessage(String, String, Object[])

Zdroj:
HubMethodInvocationMessage.cs
Zdroj:
HubMethodInvocationMessage.cs
Zdroj:
HubMethodInvocationMessage.cs
Zdroj:
HubMethodInvocationMessage.cs
Zdroj:
HubMethodInvocationMessage.cs
Zdroj:
HubMethodInvocationMessage.cs
Zdroj:
HubMethodInvocationMessage.cs
Zdroj:
HubMethodInvocationMessage.cs
Zdroj:
HubMethodInvocationMessage.cs

Inicializuje novou instanci InvocationMessage třídy .

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

ID volání.

target
String

Název cílové metody.

arguments
Object[]

Argumenty cílové metody.

Platí pro

InvocationMessage(String, String, Object[], String[])

Zdroj:
HubMethodInvocationMessage.cs
Zdroj:
HubMethodInvocationMessage.cs
Zdroj:
HubMethodInvocationMessage.cs
Zdroj:
HubMethodInvocationMessage.cs
Zdroj:
HubMethodInvocationMessage.cs
Zdroj:
HubMethodInvocationMessage.cs
Zdroj:
HubMethodInvocationMessage.cs

Inicializuje novou instanci InvocationMessage třídy .

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

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.

Platí pro