IProvideStatus Interface

Defines an interface for any object to allow it to provide a name and status that can be displayed for informational purposes.

Definition

Namespace: Gemstone
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.137 -- Release Build+84492f84208b356bfb930d6c506a4bce06d2449a
public interface IProvideStatus

Properties

Name Gets the name of the object providing status information.
Status Gets the current status details about object providing status information.

See Also