Click or drag to resize
SubscriptionID Constructor
Initializes a new instance of the SubscriptionID class

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public SubscriptionID(
	DialogID dialogID,
	int eventID,
	string eventType
)

Parameters

dialogID
Type: Ozeki.VoIPDialogID
eventID
Type: SystemInt32
eventType
Type: SystemString
See Also