Share via


DaabAsyncResult Members

Include Protected Members
Include Inherited Members

The DaabAsyncResult type exposes the following members.

Constructors

  Name Description
Ff671417.pubmethod(en-us,PandP.50).gif DaabAsyncResult
Construct a new DaabAsyncResult instance.

Methods

  Name Description
Ff671417.pubmethod(en-us,PandP.50).gif Equals (Inherited from Object.)
Ff671417.protmethod(en-us,PandP.50).gif Finalize (Inherited from Object.)
Ff671417.pubmethod(en-us,PandP.50).gif GetHashCode (Inherited from Object.)
Ff671417.pubmethod(en-us,PandP.50).gif GetType (Inherited from Object.)
Ff671417.protmethod(en-us,PandP.50).gif MemberwiseClone (Inherited from Object.)
Ff671417.pubmethod(en-us,PandP.50).gif ToString (Inherited from Object.)

Properties

  Name Description
Ff671417.pubproperty(en-us,PandP.50).gif AsyncState
The state object passed to the callback.
Ff671417.pubproperty(en-us,PandP.50).gif AsyncWaitHandle
Wait handle to use to wait synchronously for completion.
Ff671417.pubproperty(en-us,PandP.50).gif CloseConnection
Should the connection be closed by the End method?
Ff671417.pubproperty(en-us,PandP.50).gif Command
The command that was executed.
Ff671417.pubproperty(en-us,PandP.50).gif CompletedSynchronously
True if begin operation completed synchronously.
Ff671417.pubproperty(en-us,PandP.50).gif Connection
Connection the operation was invoked on.
Ff671417.pubproperty(en-us,PandP.50).gif DisposeCommand
Should the command be disposed by the End method?
Ff671417.pubproperty(en-us,PandP.50).gif InnerAsyncResult
The underlying IAsyncResult object.
Ff671417.pubproperty(en-us,PandP.50).gif IsCompleted
Has the operation finished?
Ff671417.pubproperty(en-us,PandP.50).gif StartTime
Time the operation was started.

See Also

DaabAsyncResult Class

Microsoft.Practices.EnterpriseLibrary.Data Namespace