Check if the server uses the device only on request.


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

Syntax

Visual Basic (Declaration)
Public Function isOnRequest() As Boolean
C#
public bool isOnRequest()
C++
public:
 bool isOnRequest() sealed 
J#
public bool isOnRequest()
JScript
public  function isOnRequest() : bool

Return Value

true if the server uses the device only on request.

See Also