Click or drag to resize

AttachmentCompletionHandler Delegate

Completion handler for asynchronous attachment operations.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public delegate void CompletionHandler(
	Attachment attachment,
	MessagingFailureEventArgs error
)

Parameters

attachment
Type: Avaya.ClientServicesAttachment
The attachment object that the completed operation pertains to.
error
Type: Avaya.ClientServicesMessagingFailureEventArgs
If the operation was successful the value of this parameter is a null reference. If the operation failed it contains an error object describing the details of the failure.
See Also