Share via


DynamicHubClients.Users(IReadOnlyList<String>) Method

Definition

Gets an object that can be used to invoke methods on all connections associated with all of the specified users.

public:
 System::Object ^ Users(System::Collections::Generic::IReadOnlyList<System::String ^> ^ userIds);
public dynamic Users (System.Collections.Generic.IReadOnlyList<string> userIds);
member this.Users : System.Collections.Generic.IReadOnlyList<string> -> obj
Public Function Users (userIds As IReadOnlyList(Of String)) As Object

Parameters

userIds
IReadOnlyList<String>

The user IDs.

Returns

An object that can be used to invoke methods.

Applies to