Timeout

SeparateProcessOptions.Timeout property

Gets or sets the maximum time to wait for the result of data extraction in a separate process. The default value is 10 minutes.

public TimeSpan Timeout { get; set; }

Property Value

The timeout for data extraction in a separate process.

See Also