FileStream: IsAsync (get)

IsAsync

Returns whether or not the FileStream was opened up in asynchronous mode.



 Public Property Get IsAsync ( ) As Boolean

Return Values

Boolean -  Boolean indicating if the FileStream is in asynchronous mode or not.

Read Only.

See Also

Project CorLib Overview

Class FileStream Overview