IHubClients<T>.Groups(IReadOnlyList<String>) 方法

定義

取得 , T 可用來在所有指定群組中的所有連接上叫用方法。

public:
 T Groups(System::Collections::Generic::IReadOnlyList<System::String ^> ^ groupNames);
public T Groups (System.Collections.Generic.IReadOnlyList<string> groupNames);
abstract member Groups : System.Collections.Generic.IReadOnlyList<string> -> 'T
Public Function Groups (groupNames As IReadOnlyList(Of String)) As T

參數

groupNames
IReadOnlyList<String>

組名。

傳回

T

用戶端呼叫端。

適用於