Click or drag to resize

SubscriptionID Constructor

Initializes a new instance of the SubscriptionID class

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

Parameters

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