SIPSubscriptionManagerGet(SIPEventType) Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic ISIPSubscription Get(
SIPEventType eventType
)
Public Function Get (
eventType As SIPEventType
) As ISIPSubscription
public:
virtual ISIPSubscription^ Get(
SIPEventType eventType
) sealed
abstract Get :
eventType : SIPEventType -> ISIPSubscription
override Get :
eventType : SIPEventType -> ISIPSubscription
Parameters
- eventType SIPEventType
-
Return Value
ISIPSubscriptionImplements
ISIPSubscriptionManagerGet(SIPEventType)
See Also