SqlFileStream.WriteTimeout Property

Definition

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

C#
[System.Runtime.InteropServices.ComVisible(false)]
public override int WriteTimeout { get; set; }
C#
public override int WriteTimeout { get; }

Property Value

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

Attributes

Applies to

Product Versions
SqlClient .NET Core 1.1, 2.0, 2.1, 3.0, 3.1, 4.0, 4.1, 5.0, 5.1, 5.2
SqlClient .NET Framework 1.1, 2.0, 2.1, 3.0, 3.1, 4.0, 4.1, 5.0, 5.1, 5.2
SqlClient .NET Standard 3.0, 3.1, 4.0, 4.1, 5.0, 5.1, 5.2

See also