DynamicHubClients.Group(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 all connections in the specified group.
public:
System::Object ^ Group(System::String ^ groupName);
public dynamic Group (string groupName);
member this.Group : string -> obj
Public Function Group (groupName As String) As Object
Parameters
- groupName
- String
The group name.
Returns
An object that can be used to invoke methods.