Click or drag to resize

ProtocolEventArgs Constructor (Int32, String, Int32, String)

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public ProtocolEventArgs(
	int nResponseCode,
	string reason,
	int warningCode,
	string warning
)

Parameters

nResponseCode
Type: SystemInt32
reason
Type: SystemString
warningCode
Type: SystemInt32
warning
Type: SystemString
See Also