DynamicHubClients.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 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.