Return the gateway configuration file name.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Function gateway_cfg() As String
C#
public string gateway_cfg()
C++
public:
 String gateway_cfg() sealed 
J#
public string gateway_cfg()
JScript
public  function gateway_cfg() : String

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.

See Also