IHubClients<T>.Group(String) Method

Definition

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

public:
 T Group(System::String ^ groupName);
public T Group (string groupName);
abstract member Group : string -> 'T
Public Function Group (groupName As String) As T

Parameters

groupName
String

The group name.

Returns

T

A client caller.

Applies to