The SendTimeout property specifies the amount of time, in milliseconds, that the SQL Server Compact 3.5 client waits to send a request the server.

object.SendTimeout(value)

Applies To

SQL Server Compact 3.5 RDA object

Generic Parameters

Parameter

Description

value

The time, in milliseconds, during which the SQL Server Compact 3.5 client will continue to wait to send a request to the server. There is no default.

Data Type

Integer

Modifiable

Read/write

Prototype

HRESULT get_SendTimeout(long *pVal);
HRESULT put_SendTimeout(long newVal);

If a response takes longer than the value specified in SendTimeout the request is canceled.

The maximum time-out allowed is 360 seconds. For recommendations on setting this time-out value, see Optimizing Connectivity (SQL Server Compact).

Reference

RDA Object Properties

Concepts

Optimizing Connectivity (SQL Server Compact)