IHubCallerClients<T>.OthersInGroup(String) Method

Definition

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.

Applies to