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

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

Parameters

eventType
Type: Ozeki.VoIPSIPEventType
The event-type of the subscription.

Return Value

Type: ISIPSubscription
The subscription object.
See Also