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