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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetAsRemoved
Public methodSetDown
Sets the Host as Down. Returns false if it was already considered as Down by the driver.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also