Stream: WriteTimeout (let)

WriteTimeout

Sets the duration allowed before a timeout will occur.



 Public Property Let WriteTimeout(
	  ByVal RHS As Long ) :

Parameters

RHS
[ByVal] Long. the timeout period in milliseconds.

Remarks

Note to Implementor: If the class does not support timeout capabilities, then this method should return a InvalidOperationException.

Read/Write.

See Also

Project VBCorLib Overview Class Stream Overview Stream Properties Stream Methods WriteTimeout (get)