AsyncProcessingOperationTOnProcessingStarted Method

Processing started event invocation.

Definition

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

Parameters

eventArgs  AsyncProcessingOperationArgsT
Event arguments for this on started event.

See Also