Click or drag to resize

ScriptObjectDisposeAsync Method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.5.1-preview
Syntax
public abstract ValueTask DisposeAsync()

Return Value

ValueTask
A task that represents the asynchronous dispose operation.

Implements

IAsyncDisposableDisposeAsync
See Also