ISIPSubscriptionManagerGet Method (SIPEventType) |
Retrieves a previously created subscription.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax ISIPSubscription Get(
SIPEventType eventType
)
Function Get (
eventType As SIPEventType
) As ISIPSubscription
ISIPSubscription^ Get(
SIPEventType eventType
)
abstract Get :
eventType : SIPEventType -> ISIPSubscription
Parameters
- eventType
- Type: Ozeki.VoIPSIPEventType
The event-type of the subscription.
Return Value
Type:
ISIPSubscriptionThe subscription object.
See Also