AgentCore Members

Include Protected Members
Include Inherited Members

Implements the core functionality for managed replication agents.

The AgentCore type exposes the following members.

Constructors

  Name Description
Protected method AgentCore() Creates an instance of the AgentCore class.

Top

Methods

  Name Description
Public method Abort()
Public method CreateObjRef(Type) (Inherited from MarshalByRefObject.)
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetLifetimeService() (Inherited from MarshalByRefObject.)
Public method GetType() (Inherited from Object.)
Public method InitializeLifetimeService() (Inherited from MarshalByRefObject.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public method ResetParametersToDefault()
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property AbortPolicy Gets or sets how running replication agent threads are terminated when an unanticipated shutdown occurs.
Public property ComErrorCollection Returns information on errors that occur during agent execution.
Public property FlatExceptionCollection Infrastructure.
Public property HistoryVerboseLevel Gets or sets the amount of history logged during agent execution.
Public property LoginTimeout Get or sets the number of seconds before the login times out for connections made by the agent.
Public property Output Get or sets the name and path of the agent output file.
Public property OutputVerboseLevel Gets or sets the level of detail of information written to the agent output file.
Public property PacketSize Infrastructure.
Public property ProfileName Gets or sets an agent profile to use when running the agent.
Public property PublisherFailoverPartner Gets or sets the failover partner instance of SQL Server participating in a database mirroring session with the publication database.
Public property QueryTimeout Get or sets the number of seconds before a query times out.

Top

Events

  Name Description
Public event ComStatus
Public event Status Occurs when a running agent returns status information.

Top