DynamicHubClients.AllExcept(IReadOnlyList<String>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 物件,這個物件可用來叫用連線到中樞之所有用戶端上的方法,但不包括指定的連接。
public:
System::Object ^ AllExcept(System::Collections::Generic::IReadOnlyList<System::String ^> ^ excludedConnectionIds);
public dynamic AllExcept (System.Collections.Generic.IReadOnlyList<string> excludedConnectionIds);
member this.AllExcept : System.Collections.Generic.IReadOnlyList<string> -> obj
Public Function AllExcept (excludedConnectionIds As IReadOnlyList(Of String)) As Object
參數
- excludedConnectionIds
- IReadOnlyList<String>
要排除的連接識別碼集合。
傳回
物件,可用來在指定的使用者上叫用方法。