次の方法で共有


DynamicHubClients.Groups(IReadOnlyList<String>) メソッド

定義

指定したすべてのグループ内のすべての接続でメソッドを呼び出すために使用できる オブジェクトを取得します。

public:
 System::Object ^ Groups(System::Collections::Generic::IReadOnlyList<System::String ^> ^ groupNames);
public dynamic Groups (System.Collections.Generic.IReadOnlyList<string> groupNames);
member this.Groups : System.Collections.Generic.IReadOnlyList<string> -> obj
Public Function Groups (groupNames As IReadOnlyList(Of String)) As Object

パラメーター

groupNames
IReadOnlyList<String>

グループ名。

戻り値

指定したユーザーのメソッドを呼び出すために使用できる オブジェクト。

適用対象