Struct CompositeDaemon.ChildDaemon
Child daemon entry as managed by CompositeDaemon class
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Azos.Apps
Assembly: Azos.dll
Syntax
public struct ChildDaemon : INamed, IOrdered
Constructors
ChildDaemon(Daemon, Int32, Boolean)
Declaration
public ChildDaemon(Daemon svc, int order, bool abortStart)
Parameters
Type | Name | Description |
---|---|---|
Daemon | svc | |
System.Int32 | order | |
System.Boolean | abortStart |
Properties
AbortStart
Declaration
public bool AbortStart { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Order
Declaration
public int Order { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Service
Declaration
public Daemon Service { get; }
Property Value
Type | Description |
---|---|
Daemon |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()