ProcessingQueue.QueueForExecutionAsync(Action) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Remarks
Uses the set exception logger to log any exception that occurs during execution.