This class represents an asynchronous operation invoked from the Database class methods.
More...
This class represents an asynchronous operation invoked from the Database class methods.
◆ DaabAsyncResult()
Microsoft.Practices.EnterpriseLibrary.Data.DaabAsyncResult.DaabAsyncResult |
( |
IAsyncResult |
innerAsyncResult, |
|
|
DbCommand |
command, |
|
|
bool |
disposeCommand, |
|
|
bool |
closeConnection, |
|
|
DateTime |
startTime |
|
) |
| |
Construct a new DaabAsyncResult instance.
- Parameters
-
innerAsyncResult | The IAsyncResult object returned from the underlying async operation. |
command | Command that was executed. |
disposeCommand | Should the command be disposed at EndInvoke time? |
closeConnection | Should this connection be closed at EndInvoke time? |
startTime | Time operation was invoked. |
◆ AsyncState
object Microsoft.Practices.EnterpriseLibrary.Data.DaabAsyncResult.AsyncState |
|
get |
The state object passed to the callback.
◆ AsyncWaitHandle
WaitHandle Microsoft.Practices.EnterpriseLibrary.Data.DaabAsyncResult.AsyncWaitHandle |
|
get |
Wait handle to use to wait synchronously for completion.
◆ CloseConnection
bool Microsoft.Practices.EnterpriseLibrary.Data.DaabAsyncResult.CloseConnection |
|
get |
Should the connection be closed by the End method?
◆ Command
DbCommand Microsoft.Practices.EnterpriseLibrary.Data.DaabAsyncResult.Command |
|
get |
The command that was executed.
◆ CompletedSynchronously
bool Microsoft.Practices.EnterpriseLibrary.Data.DaabAsyncResult.CompletedSynchronously |
|
get |
true if begin operation completed synchronously.
◆ Connection
DbConnection Microsoft.Practices.EnterpriseLibrary.Data.DaabAsyncResult.Connection |
|
get |
Connection the operation was invoked on.
◆ DisposeCommand
bool Microsoft.Practices.EnterpriseLibrary.Data.DaabAsyncResult.DisposeCommand |
|
get |
Should the command be disposed by the End method?
◆ InnerAsyncResult
IAsyncResult Microsoft.Practices.EnterpriseLibrary.Data.DaabAsyncResult.InnerAsyncResult |
|
get |
The underlying IAsyncResult object.
◆ IsCompleted
bool Microsoft.Practices.EnterpriseLibrary.Data.DaabAsyncResult.IsCompleted |
|
get |
Has the operation finished?
◆ StartTime
DateTime Microsoft.Practices.EnterpriseLibrary.Data.DaabAsyncResult.StartTime |
|
get |
Time the operation was started.
The documentation for this class was generated from the following file: