Class AgentManager
Allows to manage the agent functionality in a consistent and unified way.
Inheritance
System.Object
AgentManager
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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()
Implements
System.IDisposable