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