Read the next record.


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

Syntax

Visual Basic (Declaration)
Function readRecord() As String()
C#
string[] readRecord()
C++
array<String>^ readRecord() abstract 
J#
string[] readRecord()
JScript
function readRecord() : String[]

Return Value

the set of fields of the record, null on EOF.

See Also