Miner.Responder.WindowsService Assembly > Miner.Responder.WindowsService Namespace : ProgramGroup Class |
The following tables list the members exposed by ProgramGroup.
Name | Description | |
---|---|---|
![]() | ProgramGroup Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() ![]() | InfiniteCommandTimeout | A constant used to specify an infinite command timeout period. This field is constant. |
![]() ![]() | InfiniteStopTimeout | A constant used to specify an infinite stop timeout period. This field is constant. |
![]() | InfiniteXmlValue | A constant used to specify an infinite timeout period via the application configuration file. This field is constant. |
![]() | MaxCountOfRunningInstances | A constant used to specify maximum allowed number of running services. |
![]() | MinCountOfRunningInstances | A constant used to specify minimum allowed number of running services. |
Name | Description | |
---|---|---|
![]() | Arguments | Gets or sets the arguments of the program. |
![]() | CommandTimeout | The amount of time to wait for a command to complete before ignoring the response. |
![]() | Count | Gets or sets the number of program instances that should be maintained by the group. |
![]() | ExtraAttributes | Gets or sets the custom attributes for the ProgramGroup. |
![]() | Name | Gets or sets the display name of the program. |
![]() | Path | Gets or sets the path of the program. |
![]() | Programs | |
![]() | RecoveryAction | Gets or sets the desired behavior for a program that terminates abnormally. |
![]() | Running | Gets a value indicating whether the programs are running. Returns true if Start has been called, otherwise false. |
![]() | ServiceFailNotificationEnabled | Determines whether or not to use Services Fail Notifications. True if Notification is enabled, otherwise False |
![]() | StopTimeout | The amount of time to wait for the process to gracefully terminate before causing an abnormal termination. |
Name | Description | |
---|---|---|
![]() | AllProcessesRunning | |
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | Equals | |
![]() | ExecuteCommand | Overloaded. Executes a command against all running program instances. |
![]() | GetHashCode | |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | GetResolvedPath | |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | StartAll | Starts the program instances. |
![]() | StopAll | Stops the program instances. |
![]() | ToString | |
![]() | TrySetCount | A non-throwing (see remarks) version of the Count property-setter. |
Name | Description | |
---|---|---|
![]() | MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) |
![]() | OnProgramGroupRestarted |
Name | Description | |
---|---|---|
![]() | Restarted | Occurs after the group has been successfully restarted (all programs within the group restarted) |