SIPSubscriptionManagerGet Method (String) |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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