| ibi Patterns - Search 6.0.0 .NET API |
| NetricsServerInterface.getServerDuration Method |
| See AlsoExample |
![]()
|
Gets the time spent waiting for the server to begin responding 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 getServerDuration() As Nullable(Of Long) |
| C# |
|---|
| public Nullable<long> getServerDuration() |
| C++ |
|---|
| public: Nullable<long> getServerDuration() sealed |
| J# |
|---|
| public Nullable<long> getServerDuration() |
| JScript |
|---|
| public function getServerDuration() : Nullable<long> |
Return Value
nanoseconds, or null if there was no such command.