SubscriptionID Constructor |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic SubscriptionID(
DialogID dialogID,
int eventID,
string eventType
)
Public Sub New (
dialogID As DialogID,
eventID As Integer,
eventType As String
)
public:
SubscriptionID(
DialogID^ dialogID,
int eventID,
String^ eventType
)
new :
dialogID : DialogID *
eventID : int *
eventType : string -> SubscriptionID
Parameters
- dialogID
- Type: Ozeki.VoIPDialogID
- eventID
- Type: SystemInt32
- eventType
- Type: SystemString
See Also