SendTimeout Property (RDA)
The SendTimeout property specifies the amount of time, in milliseconds, that the SQL Server Compact 3.5 (SQL Server Compact 3.5) client waits to send a request the server.
Syntax
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);
Remarks
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).
See Also
Reference
Other Resources
Optimizing Connectivity (SQL Server Compact)