azure-sdk-for-net
azure-sdk-for-net copied to clipboard
Override DisposeAsync in StorageWriteStream for asynchronous flushing during dispose
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.