VFileStream.IsAsync Property
Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9083)
IsAsync
Gets a value that indicates if this stream was opened asynchronously. This property always returns false. Rebex virtual file systems now supports only synchronous methods. Argument 'async' in Rebex.IO.FileSystem.IO.VFileStream.#ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.Int32,System.Boolean) constructor is ignored.
Declaration
public virtual bool IsAsync { get; }
Property Value
Type | Description |
---|---|
Boolean |