Helper method to initiate the call that will send a message.
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
- clientId
- Type:
System String
The adm client Id.
- clientSecret
- Type:
System String
The adm client secret.
- fromEndPoint
- Type: Microsoft.Hawaii.Relay.Client Endpoint
Specifies an from end point.
- recipientIds
- Type:
System String
Specifies the recipients (either endpoint or group) ids.
- message
- Type:
System Byte
Specifies an message data to be sent.
- 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