BackgroundOperationManagerRunOnce(String, Action) 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 method
)
- name String
- The name for the background operation.
- method Action
- The method to run.
Task