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