SnapDocumentServer.AsynchronousOperationFinished Event
Occurs after finishing an asynchronous operation in a separate thread.
Namespace: DevExpress.Snap
Assembly: DevExpress.Docs.v21.2.dll
NuGet Package: DevExpress.Document.Processor
Declaration
Event Data
The AsynchronousOperationFinished event's data class is EventArgs.
Remarks
Handle this event to track the status of asynchronous operations that are being currently performed in separate threads and avoid simultaneous execution of similar operations.
The document assembly is processed to an entirely separate thread to avoid application lock-ups.
An example of an asynchronous operation that is performed in a separate thread is the Finish & Merge command that triggers the assembling of a mail merge document.