SubscriptionSendNotify Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.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 String
-
- notification String
-
See Also