SIPSubscriptionManagerGet Method (SIPEventType) |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
- Type: Ozeki.VoIPSIPEventType
Return Value
Type:
ISIPSubscriptionImplements
ISIPSubscriptionManagerGet(SIPEventType)
See Also