通过


SqlFileStream.ReadTimeout 属性

定义

获取或设置一个值(以毫秒为单位),该值确定流在超时前将尝试读取的时间。

public:
 virtual property int ReadTimeout { int get(); void set(int value); };
public:
 virtual property int ReadTimeout { int get(); };
[System.Runtime.InteropServices.ComVisible(false)]
public override int ReadTimeout { get; set; }
public override int ReadTimeout { get; }
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.ReadTimeout : int with get, set
member this.ReadTimeout : int
Public Overrides Property ReadTimeout As Integer
Public Overrides ReadOnly Property ReadTimeout As Integer

属性值

一个值(以毫秒为单位),该值确定流在超时前将尝试读取的时间。

属性

适用于

另请参阅