AsyncProcessingOperationArgsT Constructor |
Self initializing constructor.
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic AsyncProcessingOperationArgs(
AsyncProcessingOperation<T> asyncOperation
)
Public Sub New (
asyncOperation As AsyncProcessingOperation(Of T)
)
public:
AsyncProcessingOperationArgs(
AsyncProcessingOperation<T>^ asyncOperation
)
Parameters
- asyncOperation
- Type: MFiles.VAF.MultiserverModeAsyncProcessingOperationT
Reference to the async operation.
See Also