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