BackgroundOperationStatus Constructor |
Creates a new background operation status.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic BackgroundOperationStatus(
BackgroundOperation operation
)
Public Sub New (
operation As BackgroundOperation
)
public:
BackgroundOperationStatus(
BackgroundOperation^ operation
)
Parameters
- operation
- Type: MFiles.VAF.CommonBackgroundOperation
The background operation to clone the status from.
See Also