DataSource.setAsyncExecute

Overview | Methods | This Package | All Packages

DataSource.setAsyncExecute

Sets a boolean value indicating whether the commands to the data source will be executed asynchronously.

Syntax

public void setAsyncExecute( boolean asyncExecute )

Parameters

asyncExecute

Set to true for commands to be executed asynchronously; otherwise, set to false.

See Also   getAsyncExecute