TaskExtensions Class

Definition

Contains extension methods for the Task class.

public static class TaskExtensions
type TaskExtensions = class
Public Module TaskExtensions
Inheritance
TaskExtensions

Methods

WithCurrentCulture(Task)

Configures an awaiter used to await this Task to avoid marshalling the continuation back to the original context, but preserve the current culture and UI culture.

WithCurrentCulture<T>(Task<T>)

Configures an awaiter used to await this Task<TResult> to avoid marshalling the continuation back to the original context, but preserve the current culture and UI culture.

Applies to