Share via


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

Tanım

Belirtilen istemci bağlantıları dışında hub'a bağlı tüm istemcilerde yöntemleri çağırmak için kullanılabilecek bir T alır.

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

Parametreler

excludedConnectionIds
IReadOnlyList<String>

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

Döndürülenler

T

İstemci çağıranı.

Şunlara uygulanır