DynamicHubClients.Users(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 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.