ResourceMonitorState Class

Represents a current state of a resource, such as the latest commit on a Git branch or the latest build number in a CI project.

Inheritance Hierarchy

Syntax

public class ResourceMonitorState : IEquatable<T>

Constructors

Name Description
ResourceMonitorState

Initializes a new instance of the ResourceMonitorState class.

Methods

Name Description
Equals(ResourceMonitorState other)
GetDescription
GetHashCode
ToString

Remarks

The Inedo.Extensibility.ResourceMonitors.ResourceMonitorState.Equals(Inedo.Extensibility.ResourceMonitors.ResourceMonitorState) is used to compare current and stored states.