Method | Description | |
---|---|---|
GetPublishers ( ) : IList |
This method returns the Publishers used by this Agent.
|
|
PublishingAgent ( ) : System |
This constructor will create a publishing Agent using the default "agent.cfg" file. If this configuration file does not exist, the Agent will not run when called.
|
|
PublishingAgent ( String cfgFileName ) : System |
This constructor defines the configuration file associated with this Agent.
|
|
Run ( ) : void |
This method will run the SIF Agent and Unprovide on shut down. Only the first call to this method will be recognised; subsequent calls will be ignored.
|
Method | Description | |
---|---|---|
StartAgent ( ) : void |
Connect to the Zones and configure the Publisher.
|
public PublishingAgent ( String cfgFileName ) : System | ||
cfgFileName | String | Configuration file associated with this Agent. If not provided, assumes "agent.cfg". |
return | System |