次の方法で共有


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)

プロパティ値

適用対象