SubscriptionSendNotify Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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