DynamicHubClients.Groups(IReadOnlyList<String>) Method

Definition

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.

Applies to