AgentAsyncContext Members
The AgentAsyncContext class represents an asynchronous state object that is used by asynchronous transport agents.
The following tables list the members exposed by the AgentAsyncContext type.
Public Properties
Name | Description | |
---|---|---|
AsyncException | The AsyncException property gets or sets an asynchronous exception to propagate. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Complete | The Complete method is a callback to indicate that the asynchronous event handler completed execution. | |
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top