ProcessingQueue.QueueForExecutionAsync(Action) Method

Definition

Enqueues processing for exclusive (serialized) execution.

public System.Threading.Tasks.Task QueueForExecutionAsync (Action processing);
member this.QueueForExecutionAsync : Action -> System.Threading.Tasks.Task
Public Function QueueForExecutionAsync (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