Click or drag to resize

UnifiedPortalServiceSendClientInfoCompletionHandler Delegate

Declares a delegate used to report the status of a SendClientInfo request.

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

Parameters

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