VaultApplicationBaseBackgroundOperations Property |
A manager for creating background operations.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic virtual BackgroundOperationManager BackgroundOperations { get; protected set; }
Public Overridable Property BackgroundOperations As BackgroundOperationManager
Get
Protected Set
public:
virtual property BackgroundOperationManager^ BackgroundOperations {
BackgroundOperationManager^ get ();
protected: void set (BackgroundOperationManager^ value);
}
Property Value
Type:
BackgroundOperationManager
See Also