IHubClients<T>.Groups(IReadOnlyList<String>) Method

Definition

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

public:
 T Groups(System::Collections::Generic::IReadOnlyList<System::String ^> ^ groupNames);
public T Groups (System.Collections.Generic.IReadOnlyList<string> groupNames);
abstract member Groups : System.Collections.Generic.IReadOnlyList<string> -> 'T
Public Function Groups (groupNames As IReadOnlyList(Of String)) As T

Parameters

groupNames
IReadOnlyList<String>

The group names.

Returns

T

A client caller.

Applies to