azure-sdk-for-net icon indicating copy to clipboard operation
azure-sdk-for-net copied to clipboard

Override DisposeAsync in StorageWriteStream for asynchronous flushing during dispose

Open agehrke opened this issue 4 months ago • 2 comments

Should fix #35548.

Note I opted to place the public DisposeAsync() next to protected Dispose(bool disposing) to have related methods close together in the source code.

agehrke avatar Oct 23 '24 19:10 agehrke