HubInvocationMessage(String) 생성자

정의

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

protected:
 HubInvocationMessage(System::String ^ invocationId);
protected HubInvocationMessage (string invocationId);
protected HubInvocationMessage (string? invocationId);
new Microsoft.AspNetCore.SignalR.Protocol.HubInvocationMessage : string -> Microsoft.AspNetCore.SignalR.Protocol.HubInvocationMessage
Protected Sub New (invocationId As String)

매개 변수

invocationId
String

호출 ID입니다.

적용 대상