DynamicHubClients.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 an object that can be used to invoke methods on the specified connections.
public:
System::Object ^ Clients(System::Collections::Generic::IReadOnlyList<System::String ^> ^ connectionIds);
public dynamic Clients (System.Collections.Generic.IReadOnlyList<string> connectionIds);
member this.Clients : System.Collections.Generic.IReadOnlyList<string> -> obj
Public Function Clients (connectionIds As IReadOnlyList(Of String)) As Object
Parameters
- connectionIds
- IReadOnlyList<String>
The connection IDs.
Returns
An object that can be used to invoke methods.