Gets the time spent receiving and parsing the response to the last command the current thread executed on this interface object.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function getReceiveParseDuration() As Nullable(Of Long) |
C# |
---|
public Nullable<long> getReceiveParseDuration() |
C++ |
---|
public: Nullable<long> getReceiveParseDuration() sealed |
J# |
---|
public Nullable<long> getReceiveParseDuration() |
JScript |
---|
public function getReceiveParseDuration() : Nullable<long> |
Return Value
nanoseconds, or null if there was no such command.