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