SqlFileStream.WriteTimeout Property

Definition

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

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

Property Value

Int32

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

Attributes

Applies to

See also