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: 493.0.70.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