StreamInvocationMessage 생성자

정의

오버로드

StreamInvocationMessage(String, String, Object[])

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

StreamInvocationMessage(String, String, Object[], String[])

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

StreamInvocationMessage(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

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

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

매개 변수

invocationId
String

호출 ID입니다.

target
String

대상 메서드 이름입니다.

arguments
Object[]

대상 메서드 인수입니다.

적용 대상

StreamInvocationMessage(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

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

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

매개 변수

invocationId
String

호출 ID입니다.

target
String

대상 메서드 이름입니다.

arguments
Object[]

대상 메서드 인수입니다.

streamIds
String[]

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

적용 대상