Agent Members
Include Protected Members
Include Inherited Members
The Agent class is the class from which all agent classes derive.
The Agent type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | Agent | When overridden in a derived class, the Agent constructor initializes a new instance of the class derived from the Agent class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | EventTopic | The EventTopic property gets or sets a string value that contains the name of the event that this instance of the Agent class or a class derived from the Agent class is raising. | 
| .gif) | Name | The Name property gets or sets a string value that contains the display name for this instance of the class that derives from the Agent class. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | (Inherited from Object.) | 
| .gif) | Finalize | (Inherited from Object.) | 
| .gif) | GetAgentAsyncContext | When overridden in a derived class, the GetAgentAsyncContext method gets a AgentAsyncContext object to mark the executing event handler to execute asynchronously. | 
| .gif) | GetHashCode | (Inherited from Object.) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | MemberwiseClone | (Inherited from Object.) | 
| .gif) | ToString | (Inherited from Object.) | 
Top