DynamicHubClients.Groups(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 in all of the specified groups.
public:
System::Object ^ Groups(System::Collections::Generic::IReadOnlyList<System::String ^> ^ groupNames);
public dynamic Groups (System.Collections.Generic.IReadOnlyList<string> groupNames);
member this.Groups : System.Collections.Generic.IReadOnlyList<string> -> obj
Public Function Groups (groupNames As IReadOnlyList(Of String)) As Object
Parameters
- groupNames
- IReadOnlyList<String>
The group names.
Returns
An object that can be used to invoke methods on the specified user.