Returns the current record operation.


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

Syntax

Visual Basic (Declaration)
Public Function getCur() As NetricsRecOp _
    Implements NetricsRecOpSrc.getCur
C#
public NetricsRecOp getCur()
C++
public:
 NetricsRecOp getCur() sealed 
J#
public NetricsRecOp getCur()
JScript
public  function getCur() : NetricsRecOp

Return Value

return the current record operation, null if no current record operation set.

Implements

NetricsRecOpSrc.getCur

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.

See Also