ContactIdHandlerSendNotification(ContactIdAlarm) Method |
Send the Contact ID message. When this method is called, the contactIdHandler will start for sending mode.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic void SendNotification(
ContactIdAlarm message
)
Public Sub SendNotification (
message As ContactIdAlarm
)
public:
void SendNotification(
ContactIdAlarm^ message
)
member SendNotification :
message : ContactIdAlarm -> unit
Parameters
- message ContactIdAlarm
- The contact ID alarm mesage
See Also