Return the number of bytes of data in this record.


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

Syntax

Visual Basic (Declaration)
Public Function numBytes() As Integer
C#
public int numBytes()
C++
public:
 int numBytes() sealed 
J#
public int numBytes()
JScript
public  function numBytes() : int

See Also