IResettableExecutor.ResetAsync 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.
Reset the executor
public virtual System.Threading.Tasks.ValueTask ResetAsync();
abstract member ResetAsync : unit -> System.Threading.Tasks.ValueTask
override this.ResetAsync : unit -> System.Threading.Tasks.ValueTask
Public Overridable Function ResetAsync () As ValueTask
Returns
A ValueTask representing the completion of the reset operation.