Click or drag to resize

PresenceAccessControlListPresenceWatcherCompletionHandler Delegate

Declare a delegate that handles the presence watcher request.

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

Parameters

error
Type: Avaya.ClientServicesPresenceFailureEventArgs
Not null if the request failed. Represents the error associated with request.
See Also