AsyncProcessingOperationTOnProcessingFailed Method

Processing failed event invoker.

Definition

Namespace: MFiles.VAF.MultiserverMode
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public virtual void OnProcessingFailed(
	AsyncProcessingOperationArgs<T> eventArgs,
	Exception ex
)

Parameters

eventArgs  AsyncProcessingOperationArgsT
The event args.
ex  Exception
The exception object.

See Also