IHubClients<T>.GroupExcept(String, IReadOnlyList<String>) メソッド

定義

指定した接続を T 除く、指定したグループ内のすべての接続でメソッドを呼び出すために使用できる を取得します。

public:
 T GroupExcept(System::String ^ groupName, System::Collections::Generic::IReadOnlyList<System::String ^> ^ excludedConnectionIds);
public T GroupExcept (string groupName, System.Collections.Generic.IReadOnlyList<string> excludedConnectionIds);
abstract member GroupExcept : string * System.Collections.Generic.IReadOnlyList<string> -> 'T
Public Function GroupExcept (groupName As String, excludedConnectionIds As IReadOnlyList(Of String)) As T

パラメーター

groupName
String

グループ名。

excludedConnectionIds
IReadOnlyList<String>

除外する接続 ID のコレクション。

戻り値

T

クライアント呼び出し元。

適用対象