AgentAsyncContext Members
Include Protected Members
Include Inherited Members
The AgentAsyncContext class represents an asynchronous state object that is used by asynchronous transport agents.
The AgentAsyncContext type exposes the following members.
Properties
Name | Description | |
---|---|---|
AsyncException | The AsyncException property gets or sets an asynchronous exception to propagate. |
Top
Methods
Name | Description | |
---|---|---|
Complete | The Complete method is a callback to indicate that the asynchronous event handler completed execution. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Resume | The Resume() method initializes the current thread for use by an agent. | |
ToString | (Inherited from Object.) |
Top