IHubCallerClients<T>.OthersInGroup(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 caller to all connections in the specified group, except the one which triggered the current invocation.
public:
T OthersInGroup(System::String ^ groupName);
public T OthersInGroup (string groupName);
abstract member OthersInGroup : string -> 'T
Public Function OthersInGroup (groupName As String) As T
Parameters
- groupName
- String
Returns
T
A client caller.