Helper method to initiate the call that creates an endpoint.
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.
- name
- Type:
System String
Specifies a name of the client.
- ttl
- Type:
System TimeSpan
Specifies the time to live on the server
- 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