HttpResponse.RegisterForDisposeAsync(IAsyncDisposable) 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.
Registers an object for asynchronous disposal by the host once the request has finished processing.
public:
virtual void RegisterForDisposeAsync(IAsyncDisposable ^ disposable);
public virtual void RegisterForDisposeAsync (IAsyncDisposable disposable);
abstract member RegisterForDisposeAsync : IAsyncDisposable -> unit
override this.RegisterForDisposeAsync : IAsyncDisposable -> unit
Public Overridable Sub RegisterForDisposeAsync (disposable As IAsyncDisposable)
Parameters
- disposable
- IAsyncDisposable
The object to be disposed asynchronously.