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