IHubClients<T>.Users(IReadOnlyList<String>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 , T
可用來在與所有指定使用者相關聯的所有連接上叫用方法。
public:
T Users(System::Collections::Generic::IReadOnlyList<System::String ^> ^ userIds);
public T Users (System.Collections.Generic.IReadOnlyList<string> userIds);
abstract member Users : System.Collections.Generic.IReadOnlyList<string> -> 'T
Public Function Users (userIds As IReadOnlyList(Of String)) As T
參數
- userIds
- IReadOnlyList<String>
使用者識別碼。
傳回
T
用戶端呼叫端。