Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SqlFileStream::ReadTimeout Property

 

Gets or sets a value, in milliseconds, that determines how long the stream will attempt to read before timing out.

Namespace:   System.Data.SqlTypes
Assembly:  System.Data (in System.Data.dll)

public:
[ComVisibleAttribute(false)]
property int ReadTimeout {
	virtual int get() override;
	virtual void set(int value) override;
}

Property Value

Type: System::Int32

A value, in milliseconds, that determines how long the stream will attempt to read before timing out.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft