ZLibStream.DisposeAsync Method

Definition

Asynchronously releases all resources used by the stream.

public:
 override System::Threading::Tasks::ValueTask DisposeAsync();
public override System.Threading.Tasks.ValueTask DisposeAsync ();
override this.DisposeAsync : unit -> System.Threading.Tasks.ValueTask
Public Overrides Function DisposeAsync () As ValueTask

Returns

A task that represents the completion of the disposal operation.

Applies to