AgentAsyncContext 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. | |
Resume | The Resume() method initializes the current thread for use by an agent. |
Top