Agent Members
The Agent class is the class from which all agent classes derive.
The following tables list the members exposed by the Agent type.
Protected Constructors
Name | Description | |
---|---|---|
Agent | When overridden in a derived class, the Agent constructor initializes a new instance of the class derived from the Agent class. |
Top
Protected Properties
Name | Description | |
---|---|---|
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. | |
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
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
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 ) | |
GetAgentAsyncContext | When overridden in a derived class, the GetAgentAsyncContext method gets a AgentAsyncContext object to mark the executing event handler to execute asynchronously. | |
MemberwiseClone | (inherited from Object ) |
Top