ProcessingQueue.ConcurrentExecutionAsync(Action) Method

Definition

Enqueues processing for concurrent (background) execution.

public System.Threading.Tasks.Task ConcurrentExecutionAsync (Action processing);
member this.ConcurrentExecutionAsync : Action -> System.Threading.Tasks.Task
Public Function ConcurrentExecutionAsync (processing As Action) As Task

Parameters

processing
Action

Returns

Task

Remarks

Uses the set exception logger to log any exception that occurs during execution.

Applies to