SqlFileStream.ReadTimeout Propiedad

Definición

Obtiene o establece un valor, en milisegundos, que determina cuánto tiempo intentará leer la secuencia antes de que se agote el tiempo de espera.

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

Valor de propiedad

Valor, en milisegundos, que determina cuánto tiempo intentará leer la secuencia antes de que se agote el tiempo de espera.

Atributos

Se aplica a

Consulte también