Click or drag to resize

TargetServicesToStopModel Class

Target services to stop model.
Inheritance Hierarchy
SystemObject
  DoubleTake.Web.ModelsTargetServicesToStopModel

Namespace:  DoubleTake.Web.Models
Assembly:  DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.6.5.0 (0.6.5.0)
Syntax
public sealed class TargetServicesToStopModel

The TargetServicesToStopModel type exposes the following members.

Constructors
  NameDescription
Public methodTargetServicesToStopModel
Initializes a new instance of the TargetServicesToStopModel class
Top
Properties
  NameDescription
Public propertyFailover
Gets or sets a value indicating whether to start this service after failover.
Public propertyIsCritical
Gets or sets a value indicating whether this service is critical.
Public propertyKeepRunningNonCritical
Gets or sets a value indicating whether to keep running this non-critical service.
Public propertyServiceDescription
Gets or sets the service description.
Public propertyServiceName
Gets or sets the name of the service.
Public propertyState
Gets or sets the state of this service.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also