Share via


PropertyInterceptionContext<TValue>.TaskStatus Property

Definition

Set to the status of the Task after an async operation has finished. Not used for synchronous operations.

public System.Threading.Tasks.TaskStatus TaskStatus { get; }
member this.TaskStatus : System.Threading.Tasks.TaskStatus
Public ReadOnly Property TaskStatus As TaskStatus

Property Value

Applies to