Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Agent.Configuration Namespace / AgentConfiguration Class / AgentConfiguration Constructor / AgentConfiguration Constructor(String)

In This Topic
    AgentConfiguration Constructor(String)
    In This Topic
    Create a new agent configuration, starting with the specified file instead of the application's configuration file data.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal fileName As String _
    )
    public AgentConfiguration( 
       string fileName
    )

    Parameters

    fileName
    Exceptions
    ExceptionDescription
    The configuration file couldn't be found
    The configuration file is in the wrong format
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also