Share via


CloudFileStream.CommitAsync Method

Definition

Asynchronously clears all buffers for this stream, causes any buffered data to be written to the underlying file, and commits the file.

public abstract System.Threading.Tasks.Task CommitAsync ();
abstract member CommitAsync : unit -> System.Threading.Tasks.Task
Public MustOverride Function CommitAsync () As Task

Returns

A Task that represents an asynchronous action.

Applies to