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