Click or drag to resize
INotifierServiceSendNotify Method
Sends a notification for the given subscription.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
void SendNotify(
	SubscriptionInfo subscriptionInfo,
	string body
)

Parameters

subscriptionInfo
Type: Ozeki.VoIPSubscriptionInfo
body
Type: SystemString
See Also