IHubClients<T>.GroupExcept(String, 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 the specified group excluding the specified connections.
public:
T GroupExcept(System::String ^ groupName, System::Collections::Generic::IReadOnlyList<System::String ^> ^ excludedConnectionIds);
public T GroupExcept (string groupName, System.Collections.Generic.IReadOnlyList<string> excludedConnectionIds);
abstract member GroupExcept : string * System.Collections.Generic.IReadOnlyList<string> -> 'T
Public Function GroupExcept (groupName As String, excludedConnectionIds As IReadOnlyList(Of String)) As T
Parameters
- groupName
- String
The group name.
- excludedConnectionIds
- IReadOnlyList<String>
A collection of connection IDs to exclude.
Returns
T
A client caller.