AsyncProcessingOperationArgsT Class |
Event args class for the async processing operation events.
Inheritance Hierarchy
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic class AsyncProcessingOperationArgs<T> : CancellableOperationArgs<T>
where T : class, IDeepCloneable
Public Class AsyncProcessingOperationArgs(Of T As {Class, IDeepCloneable})
Inherits CancellableOperationArgs(Of T)
generic<typename T>
where T : ref class, IDeepCloneable
public ref class AsyncProcessingOperationArgs : public CancellableOperationArgs<T>
Type Parameters
- T
- Backing data object.
The AsyncProcessingOperationArgsT type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | Operation |
The async processing operation.
|
Top
See Also