Helper method to initiate the call that will join an endpoint to a group.
Namespace: Microsoft.Hawaii.Relay.ClientAssembly: Microsoft.Hawaii.Relay.Client (in Microsoft.Hawaii.Relay.Client.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
Parameters
- hawaiiAppId
- Type:
System String
Specifies the Hawaii Application Id.
- endpoint
- Type: Microsoft.Hawaii.Relay.Client Endpoint
Specifies an endpoint to join a group.
- group
- Type: Microsoft.Hawaii.Relay.Client Group
Specifies a target group.
- onComplete
- Type: Microsoft.Hawaii ServiceAgent T OnCompleteDelegate
Specifies an "on complete" delegate callback.
- stateObject (Optional)
- Type:
System Object
Specifies a user-defined object.
See Also