Class AgentManager
Allows to manage the agent functionality in a consistent and unified way.
Implements
Inherited Members
Namespace: Nevatech.Vsb.Agent
Assembly: Nevatech.Vsb.Agent.dll
Syntax
public sealed class AgentManager : IDisposable
Constructors
AgentManager(HostType)
Initializes new instance with the provided hosting process type.
Declaration
public AgentManager(HostType hostType)
Parameters
Type | Name | Description |
---|---|---|
HostType | hostType | Type of the hosting process where agent is executed. |
Methods
Dispose()
Releases all internal resources.
Declaration
public void Dispose()
Start()
Initializes and starts the agent.
Declaration
public void Start()
Stop()
Stops the agent.
Declaration
public void Stop()