AsyncProcessingOperationArgsT Class

Event args class for the async processing operation events.

Definition

Namespace: MFiles.VAF.MultiserverMode
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public class AsyncProcessingOperationArgs<T> : CancellableOperationArgs<T>
where T : class, IDeepCloneable
Inheritance
Object    EventArgs    CancellableOperationArgsT    AsyncProcessingOperationArgsT
Derived

Type Parameters

T
Backing data object.

Constructors

AsyncProcessingOperationArgsT Self initializing constructor.

Properties

Operation The async processing operation.

See Also