IHubClients<T>.AllExcept(IReadOnlyList<String>) 方法
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 , T
可用來叫用連線到中樞的所有用戶端上的方法,但不包括指定的用戶端連線。
public:
T AllExcept(System::Collections::Generic::IReadOnlyList<System::String ^> ^ excludedConnectionIds);
C#
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
- excludedConnectionIds
- IReadOnlyList<String>
要排除的連接識別碼集合。
T
用戶端呼叫端。
產品 | 版本 |
---|---|
ASP.NET Core | 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |