Share via


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
Aa563622.protproperty(en-us,EXCHG.80).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.
Aa563622.protproperty(en-us,EXCHG.80).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

Public Methods

(see also Protected Methods )

  Name Description
Aa563622.pubmethod(en-us,EXCHG.80).gif Equals  Overloaded. (inherited from Object )
Aa563622.pubmethod(en-us,EXCHG.80).gif GetHashCode  (inherited from Object )
Aa563622.pubmethod(en-us,EXCHG.80).gif GetType  (inherited from Object )
Aa563622.pubmethod(en-us,EXCHG.80).gifAa563622.static(en-us,EXCHG.80).gif ReferenceEquals  (inherited from Object )
Aa563622.pubmethod(en-us,EXCHG.80).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
Aa563622.protmethod(en-us,EXCHG.80).gif Finalize  (inherited from Object )
Aa563622.protmethod(en-us,EXCHG.80).gif GetAgentAsyncContext When overridden in a derived class, the GetAgentAsyncContext method gets a AgentAsyncContext object to mark the executing event handler to execute asynchronously.
Aa563622.protmethod(en-us,EXCHG.80).gif MemberwiseClone  (inherited from Object )

Top