Return who built the server.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Function who_built() As String _ Implements INetricsServerStats.who_built |
| C# |
|---|
| public string who_built() |
| C++ |
|---|
| public: String who_built() sealed |
| J# |
|---|
| public string who_built() |
| JScript |
|---|
| public function who_built() : String |
Implements
INetricsServerStats.who_built
Remarks
Returns the login ID of who ran the build of this server, the special value "(unknown)" if no who built information was received.