Struct ChildService
Child service entry as managed by CompositeServiceHost 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: NFX.ServiceModel
Assembly: NFX.dll
Syntax
public struct ChildService : INamed, IOrdered
Constructors
ChildService(Service, Int32, Boolean)
Declaration
public ChildService(Service svc, int order, bool abortStart)
Parameters
Type | Name | Description |
---|---|---|
Service | 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 Service Service { get; }
Property Value
Type | Description |
---|---|
Service |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()