HubMethodInvocationMessage 생성자

정의

오버로드

HubMethodInvocationMessage(String, String, Object[])

HubMethodInvocationMessage 클래스의 새 인스턴스를 초기화합니다.

HubMethodInvocationMessage(String, String, Object[], String[])

HubMethodInvocationMessage 클래스의 새 인스턴스를 초기화합니다.

HubMethodInvocationMessage(String, String, Object[])

Source:
HubMethodInvocationMessage.cs
Source:
HubMethodInvocationMessage.cs
Source:
HubMethodInvocationMessage.cs
Source:
HubMethodInvocationMessage.cs
Source:
HubMethodInvocationMessage.cs
Source:
HubMethodInvocationMessage.cs
Source:
HubMethodInvocationMessage.cs
Source:
HubMethodInvocationMessage.cs
Source:
HubMethodInvocationMessage.cs

HubMethodInvocationMessage 클래스의 새 인스턴스를 초기화합니다.

protected:
 HubMethodInvocationMessage(System::String ^ invocationId, System::String ^ target, cli::array <System::Object ^> ^ arguments);
protected HubMethodInvocationMessage (string invocationId, string target, object[] arguments);
protected HubMethodInvocationMessage (string? invocationId, string target, object?[]? arguments);
protected HubMethodInvocationMessage (string? invocationId, string target, object?[] arguments);
new Microsoft.AspNetCore.SignalR.Protocol.HubMethodInvocationMessage : string * string * obj[] -> Microsoft.AspNetCore.SignalR.Protocol.HubMethodInvocationMessage
Protected Sub New (invocationId As String, target As String, arguments As Object())

매개 변수

invocationId
String

호출 ID입니다.

target
String

대상 메서드 이름입니다.

arguments
Object[]

대상 메서드 인수입니다.

적용 대상

HubMethodInvocationMessage(String, String, Object[], String[])

Source:
HubMethodInvocationMessage.cs
Source:
HubMethodInvocationMessage.cs
Source:
HubMethodInvocationMessage.cs
Source:
HubMethodInvocationMessage.cs
Source:
HubMethodInvocationMessage.cs
Source:
HubMethodInvocationMessage.cs
Source:
HubMethodInvocationMessage.cs

HubMethodInvocationMessage 클래스의 새 인스턴스를 초기화합니다.

protected:
 HubMethodInvocationMessage(System::String ^ invocationId, System::String ^ target, cli::array <System::Object ^> ^ arguments, cli::array <System::String ^> ^ streamIds);
protected HubMethodInvocationMessage (string invocationId, string target, object[] arguments, string[] streamIds);
protected HubMethodInvocationMessage (string? invocationId, string target, object?[]? arguments, string[]? streamIds);
protected HubMethodInvocationMessage (string? invocationId, string target, object?[] arguments, string[]? streamIds);
new Microsoft.AspNetCore.SignalR.Protocol.HubMethodInvocationMessage : string * string * obj[] * string[] -> Microsoft.AspNetCore.SignalR.Protocol.HubMethodInvocationMessage
Protected Sub New (invocationId As String, target As String, arguments As Object(), streamIds As String())

매개 변수

invocationId
String

호출 ID입니다.

target
String

대상 메서드 이름입니다.

arguments
Object[]

대상 메서드 인수입니다.

streamIds
String[]

대상 메서드는 ID를 스트리밍합니다.

적용 대상