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