BackgroundOperationManagerRunOnce(String, ActionBackgroundOperation) Method
Runs the given action in a background task.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public Task RunOnce(
string name,
Action<BackgroundOperation> method
)
- name String
- The name for the background operation.
- method ActionBackgroundOperation
- The method to run.
Task