Click or drag to resize
NodeCondition Properties
This API is preliminary and subject to change.

The NodeCondition type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberDisabled
Gets a NodeCondition instance representing a node which is not permitted to accept any new connections regardless of the session persistence configuration. Existing connections are forcibly terminated.
Public propertyStatic memberDraining
Gets a NodeCondition instance representing a node which is allowed to service existing established connections and connections that are being directed to it as a result of the session persistence configuration.
Public propertyStatic memberEnabled
Gets a NodeCondition instance representing a node which is permitted to accept new connections.
Public propertyName
Gets the canonical name of this member.
(Inherited from ExtensibleEnumT.)
Top
See Also