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