Поделиться через


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

Значение свойства

Значение в миллисекундах, определяющее период времени, отведенного потоку на выполнение операции чтения.

Атрибуты

Применяется к

См. также раздел