Click or drag to resize

ContactIdNotificationEventArg Constructor (String, String, String, String, String, String, String, ListAdemcoContactID_DTMF)

Initializes a new instance of the ContactIdNotificationEventArg class

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public ContactIdNotificationEventArg(
	string accountNumber,
	string messageType,
	string eventQualifier,
	string eventCode,
	string eventName,
	string partitionNumber,
	string zoneNumber,
	List<AdemcoContactID_DTMF> digits
)

Parameters

accountNumber
Type: SystemString
messageType
Type: SystemString
eventQualifier
Type: SystemString
eventCode
Type: SystemString
eventName
Type: SystemString
partitionNumber
Type: SystemString
zoneNumber
Type: SystemString
digits
Type: System.Collections.GenericListAdemcoContactID_DTMF
See Also