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