Поделиться через


InvocationMessage Конструкторы

Определение

Перегрузки

InvocationMessage(String, Object[])

Инициализирует новый экземпляр класса InvocationMessage.

InvocationMessage(String, String, Object[])

Инициализирует новый экземпляр класса InvocationMessage.

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

Инициализирует новый экземпляр класса InvocationMessage.

InvocationMessage(String, Object[])

Исходный код:
HubMethodInvocationMessage.cs
Исходный код:
HubMethodInvocationMessage.cs
Исходный код:
HubMethodInvocationMessage.cs
Исходный код:
HubMethodInvocationMessage.cs
Исходный код:
HubMethodInvocationMessage.cs
Исходный код:
HubMethodInvocationMessage.cs
Исходный код:
HubMethodInvocationMessage.cs
Исходный код:
HubMethodInvocationMessage.cs
Исходный код:
HubMethodInvocationMessage.cs

Инициализирует новый экземпляр класса 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())

Параметры

target
String

Имя целевого метода.

arguments
Object[]

Аргументы целевого метода.

Применяется к

InvocationMessage(String, String, Object[])

Исходный код:
HubMethodInvocationMessage.cs
Исходный код:
HubMethodInvocationMessage.cs
Исходный код:
HubMethodInvocationMessage.cs
Исходный код:
HubMethodInvocationMessage.cs
Исходный код:
HubMethodInvocationMessage.cs
Исходный код:
HubMethodInvocationMessage.cs
Исходный код:
HubMethodInvocationMessage.cs
Исходный код:
HubMethodInvocationMessage.cs
Исходный код:
HubMethodInvocationMessage.cs

Инициализирует новый экземпляр класса 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())

Параметры

invocationId
String

Идентификатор вызова.

target
String

Имя целевого метода.

arguments
Object[]

Аргументы целевого метода.

Применяется к

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

Исходный код:
HubMethodInvocationMessage.cs
Исходный код:
HubMethodInvocationMessage.cs
Исходный код:
HubMethodInvocationMessage.cs
Исходный код:
HubMethodInvocationMessage.cs
Исходный код:
HubMethodInvocationMessage.cs
Исходный код:
HubMethodInvocationMessage.cs
Исходный код:
HubMethodInvocationMessage.cs

Инициализирует новый экземпляр класса 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())

Параметры

invocationId
String

Идентификатор вызова.

target
String

Имя целевого метода.

arguments
Object[]

Аргументы целевого метода.

streamIds
String[]

Идентификаторы потоков целевых методов.

Применяется к