Click or drag to resize
ISIPSubscriptionManagerGet Method (String)
Retrieves a previously created subscription.

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

Parameters

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

Return Value

Type: ISIPSubscription
The subscription object.
See Also