AsyncDisposableObject.DisposeCoreAsync 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.
Standard virtual overload for IAsyncDisposable pattern.
protected virtual System.Threading.Tasks.ValueTask DisposeCoreAsync ();
abstract member DisposeCoreAsync : unit -> System.Threading.Tasks.ValueTask
override this.DisposeCoreAsync : unit -> System.Threading.Tasks.ValueTask
Protected Overridable Function DisposeCoreAsync () As ValueTask