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
Public property AsyncException The AsyncException property gets or sets an asynchronous exception to propagate.

Top

Methods

  Name Description
Public method Complete The Complete method is a callback to indicate that the asynchronous event handler completed execution.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Resume The Resume() method initializes the current thread for use by an agent.
Public method ToString (Inherited from Object.)

Top