Click or drag to resize

ContactContactPresenceCompletionHandler Delegate

Delegate for Contact Presence completion handler.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public delegate void ContactPresenceCompletionHandler(
	PresenceFailureEventArgs error
)

Parameters

error
Type: Avaya.ClientServicesPresenceFailureEventArgs
The optional error info. On success response this will be null.
See Also