Click or drag to resize

ISessionBeginExecute Method (IStatement, AsyncCallback, Object)

Begins asynchronous execute operation

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.6.0
Syntax
C#
IAsyncResult BeginExecute(
	IStatement statement,
	AsyncCallback callback,
	Object state
)

Parameters

statement
Type: DseIStatement
callback
Type: SystemAsyncCallback
state
Type: SystemObject

Return Value

Type: IAsyncResult
See Also