Share via


DynamicHubClients.Group(String) Method

Definition

Gets an object that can be used to invoke methods on all connections in the specified group.

public:
 System::Object ^ Group(System::String ^ groupName);
public dynamic Group (string groupName);
member this.Group : string -> obj
Public Function Group (groupName As String) As Object

Parameters

groupName
String

The group name.

Returns

An object that can be used to invoke methods.

Applies to