Base:
method
FlushAsync
System.IO.Stream.FlushAsync(System.Threading.CancellationToken)
1 override of FlushAsync
System.IO.IsolatedStorage (1)
System\IO\IsolatedStorage\IsolatedStorageFileStream.cs (1)
236public override Task FlushAsync(CancellationToken cancellationToken)
1 reference to FlushAsync
System.IO.IsolatedStorage (1)
System\IO\IsolatedStorage\IsolatedStorageFileStream.cs (1)
238return _fs.FlushAsync(cancellationToken);