Click or drag to resize
LibraryManagerLibraryManagerUploadDocumentHandler Delegate
Declare a delegate that handles the UploadDocument request.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public delegate void LibraryManagerUploadDocumentHandler(
	string jobId,
	string errorMessage
)

Parameters

jobId
Type: SystemString
errorMessage
Type: SystemString
String with error message from operation.
See Also