SubscriptionSendNotify Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic void SendNotify(
string contentType,
string notification
)
Public Sub SendNotify (
contentType As String,
notification As String
)
public:
void SendNotify(
String^ contentType,
String^ notification
)
member SendNotify :
contentType : string *
notification : string -> unit
Parameters
- contentType
- Type: SystemString
- notification
- Type: SystemString
See Also