MemoryMappedViewStream: WriteTimeout (let)

WriteTimeout

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



 Public Property Let WriteTimeout(
	  ByVal Value As Long )

Parameters

Value
[ByVal] 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