Click or drag to resize

ISIPSubscriptionManagerGet Method (String)

Retrieves a previously created subscription.

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

Parameters

eventType
Type: SystemString
The event-type of the subscription.

Return Value

Type: ISIPSubscription
The subscription object.
See Also