Share via


DynamicHubClients.OthersInGroup(String) Method

Definition

Gets an object that can be used to invoke methods on connections in a group other than the caller.

public:
 System::Object ^ OthersInGroup(System::String ^ groupName);
public dynamic OthersInGroup (string groupName);
member this.OthersInGroup : string -> obj
Public Function OthersInGroup (groupName As String) As Object

Parameters

groupName
String

Returns

An object that can be used to invoke methods.

Applies to