IHubClients<T>.Group(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 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.