This item had different states on different nodes. This field is constant and read-only.


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

Syntax

Visual Basic (Declaration)
Public const STATE_MIXED As Integer = 16384
C#
public const int STATE_MIXED = 16384;
C++
public:
 const int STATE_MIXED = 16384;
J#
public const int STATE_MIXED = 16384
JScript
public const STATE_MIXED : int = 16384;

Remarks

This can only be returned from a gateway. It is returned when not all nodes report that same state value for the same object.

See Also