Click or drag to resize

ISIPSubscriptionManagerGet(String) Method

Retrieves a previously created subscription.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
ISIPSubscription Get(
	string eventType
)

Parameters

eventType  String
The event-type of the subscription.

Return Value

ISIPSubscription
The subscription object.
See Also