Show / Hide Table of Contents

    Class AgentManager

    Allows to manage the agent functionality in a consistent and unified way.

    Inheritance
    Object
    AgentManager
    Implements
    IDisposable
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    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
    Back to top Nevatech Sentinet Online Documentation