Mimer SQL Data Provider
Timeout Property




Mimer.Data.Client Namespace > MimerBatch Class : Timeout Property
Gets or sets the timeout value for the batch to complete execution before generating an error.
Syntax
'Declaration
 
Public Overrides NotOverridable Property Timeout As Integer
public override int Timeout {get; set;}
public read-write property Timeout: Integer; override; 
public override function get,set Timeout : int
public: __property int get_Timeout() override;
public: __property void set_Timeout( 
   int value
) override;

Property Value

Timeout in seconds.
Exceptions
ExceptionDescription
The timeout value specified is less than zero.
Requirements

.NET Framework
Version 4.6.2 or later

See Also

Reference

MimerBatch Class
MimerBatch Members