FileStream.IsAsync Property

Gets a value indicating whether the FileStream was opened asynchronously or synchronously.

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)

Syntax

public virtual bool IsAsync { get; }

Property Value

true if the FileStream was opened asynchronously; otherwise, false.

Version Information

Available in the .NET Micro Framework versions 3.0, 4.0, 4.1, and 4.2.

See Also

Reference

FileStream Class
FileStream Members
System.IO Namespace