Share via


IHubClients<T>.GroupExcept(String, IReadOnlyList<String>) Yöntem

Tanım

Belirtilen bağlantılar dışında belirtilen gruptaki tüm bağlantılarda yöntemleri çağırmak için kullanılabilecek bir T alır.

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

Parametreler

groupName
String

Grup adı.

excludedConnectionIds
IReadOnlyList<String>

Dışlanması gereken bağlantı kimlikleri koleksiyonu.

Döndürülenler

T

İstemci çağıran.

Şunlara uygulanır