MemoryMappedViewStream: WriteTimeout (get)

WriteTimeout

Gets a value, in miliseconds, that determines how long the stream will attempt to write before timing out.



 Public Property Get WriteTimeout ( ) As Long

Return Values

Long -  A value, in miliseconds, that determines how long the stream will attempt to write before timing out.

Read/Write.

Exceptions

Exception Condition
InvalidOperationExceptionThe WriteTimeout method always throws an InvalidOperationException.

See Also

Project CorLib Overview

Class MemoryMappedViewStream Overview