共用方式為


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)

屬性值

適用於