IHubClients<T>.Clients(IReadOnlyList<String>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a T
that can be used to invoke methods on the specified client connections.
public:
T Clients(System::Collections::Generic::IReadOnlyList<System::String ^> ^ connectionIds);
public T Clients (System.Collections.Generic.IReadOnlyList<string> connectionIds);
abstract member Clients : System.Collections.Generic.IReadOnlyList<string> -> 'T
Public Function Clients (connectionIds As IReadOnlyList(Of String)) As T
Parameters
- connectionIds
- IReadOnlyList<String>
The connection IDs.
Returns
T
A client caller.