TestimoX

API Reference

Class

ServiceConfigDeployment

Namespace TestimoX.Services
Assembly TestimoX
Modifiers sealed

Represents a service configuration deployment result.

Inheritance

  • Object
  • ServiceConfigDeployment

Constructors

public ServiceConfigDeployment() #

Properties

public String Name { get; set; } #

Windows service name.

public String ConfigPath { get; set; } #

Path where configuration was deployed.

public Boolean Updated { get; set; } #

Indicates whether the config was updated.

public Boolean Restarted { get; set; } #

Indicates whether the service was restarted.