HttpResponse.RegisterForDisposeAsync(IAsyncDisposable) Method

Definition

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.

Applies to