Click or drag to resize

ISIPSubscriptionManagerGet(SIPEventType) Method

Retrieves a previously created subscription.

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

Parameters

eventType  SIPEventType
The event-type of the subscription.

Return Value

ISIPSubscription
The subscription object.
See Also