Return the gateway configuration file name.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function gateway_cfg() As String _ Implements INetricsServerStats.gateway_cfg |
C# |
---|
public string gateway_cfg() |
C++ |
---|
public: String gateway_cfg() sealed |
J# |
---|
public string gateway_cfg() |
JScript |
---|
public function gateway_cfg() : String |
Implements
INetricsServerStats.gateway_cfg
Remarks
Returns the name of the file holding the gateway configuration. The special value "Not a Gateway" is returned if this server is not acting as a gateway. The special value "(unknown)" is returned if no gateway information was received.