Change the timeout from the default of 30 seconds

Namespace: Contracts.Databases
Assembly: Contracts (in Contracts.dll)

Sub SetTimeout( _ 
ByVal timeout As Integer
)
This language is not supported or no code example is available.
void SetTimeout( 
int timeout 
)
This language is not supported or no code example is available.
 
void SetTimeout( 
int timeout 
)
This language is not supported or no code example is available.
function SetTimeout( 
timeout : int 
);
This language is not supported or no code example is available.

Parameters

timeout
Type: int

the number of seconds until it times out

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1