BackgroundOperationManagerRunOnce(String, Action) Method

Runs the given action in a background task.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public Task RunOnce(
	string name,
	Action method
)

Parameters

name  String
The name for the background operation.
method  Action
The method to run.

Return Value

Task

See Also