AsyncProcessingOperationArgsT Class
Event args class for the async processing operation events.
Namespace: MFiles.VAF.MultiserverModeAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public class AsyncProcessingOperationArgs<T> : CancellableOperationArgs<T>
where T : class, IDeepCloneable
- Inheritance
- Object EventArgs CancellableOperationArgsT AsyncProcessingOperationArgsT
- Derived
Type Parameters
- T
- Backing data object.