StreamInvocationMessage 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
StreamInvocationMessage(String, String, Object[]) |
StreamInvocationMessage 클래스의 새 인스턴스를 초기화합니다. |
StreamInvocationMessage(String, String, Object[], String[]) |
StreamInvocationMessage 클래스의 새 인스턴스를 초기화합니다. |
StreamInvocationMessage(String, String, Object[])
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[])
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를 스트리밍합니다.