共用方式為


DynamicHubClients.AllExcept(IReadOnlyList<String>) 方法

定義

取得 物件,這個物件可用來叫用連線到中樞之所有用戶端上的方法,但不包括指定的連接。

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>

要排除的連接識別碼集合。

傳回

物件,可用來在指定的使用者上叫用方法。

適用於