SIPSubscriptionManagerGet Method (SIPEventType) |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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
- Type: Ozeki.VoIPSIPEventType
Return Value
Type:
ISIPSubscriptionImplements
ISIPSubscriptionManagerGet(SIPEventType)See Also