Click or drag to resize
SharedControlServiceSharedControlActionCompletionHandler Delegate
The completion handler that receives the result of a Shared Control request.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public delegate void SharedControlActionCompletionHandler(
	SharedControlCompletionHandlerEventArgs error
)

Parameters

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