Returns the current record operation.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
Function getCur() As NetricsRecOp |
C# |
---|
NetricsRecOp getCur() |
C++ |
---|
NetricsRecOp getCur() abstract |
J# |
---|
NetricsRecOp getCur() |
JScript |
---|
function getCur() : NetricsRecOp |
Return Value
the current record operation, null if no current record operation set.
Remarks
This returns the last record operation fetched. If no record operation has been fetched, or getNext() was called at the end of file, this returns null.