Returns information about the infoRouter Server instance.

Syntax

Visual Basic (declaration)
Public Function ServerInfo( _ 
) as XmlNode

C# (declaration)
public XmlNode ServerInfo( 
)

Parameters

Return Value


returns xml fragment.
<response success="true" error="" VersionNumber="7.5.17" Server_date_time="2008-01-08 19:15:26" Coordinated_Universal_Time="2008-01-08 17:15:26" UTC_Offset="2" />

if success attribute is "true", the server information returned successfully.
if success attribute is "false", the error attribute indicates the encountered error.