Click or drag to resize

Host Methods

The Host type exposes the following members.

Methods
  NameDescription
Public methodBringUpIfDown
Returns true if the host was DOWN and it was set as UP.
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodEquals(Host)
Determines if the this instance can be considered equal to the provided host.
Public methodGetHashCode
The hash value of the address of the host
(Overrides ObjectGetHashCode.)
Public methodSetAsRemoved
Public methodSetDown
Sets the Host as Down. Returns false if it was already considered as Down by the driver.
Top
See Also