ISIPSubscriptionManagerGet Method (SIPEventType) |
Retrieves a previously created subscription.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
SyntaxISIPSubscription 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