Click or drag to resize

ExtraPropertiesEventArgs Constructor

Constructs a new ExtraPropertiesEventArgs object.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public ExtraPropertiesEventArgs(
	ReadOnlyDictionary<string, string> newExtraProperties
)

Parameters

newExtraProperties
Type: System.Collections.ObjectModelReadOnlyDictionaryString, String
The list of extra properties associated with the call.
See Also