BackgroundOperationManagerCreateBackgroundOperation(String, Action) Method
Creates a new background operation. The background operations runs the given method at given intervals. Must be separately started.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public BackgroundOperation CreateBackgroundOperation(
string name,
Action method
)
- name String
- The name of the operation.
- method Action
- The method to invoke at given intervals.
BackgroundOperationA new background operation, that is not yet started.