다음을 통해 공유


HubInvocationContext.HubMethodArguments 속성

정의

클라이언트에서 제공하는 인수를 가져옵니다.

public:
 property System::Collections::Generic::IReadOnlyList<System::Object ^> ^ HubMethodArguments { System::Collections::Generic::IReadOnlyList<System::Object ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<object> HubMethodArguments { get; }
public System.Collections.Generic.IReadOnlyList<object?> HubMethodArguments { get; }
member this.HubMethodArguments : System.Collections.Generic.IReadOnlyList<obj>
Public ReadOnly Property HubMethodArguments As IReadOnlyList(Of Object)

속성 값

적용 대상