Class ShippingSystemHost
Represents a process-global host for a shipping systems
Inheritance
System.Object
Service<System.Object>
ServiceWithInstrumentationBase<System.Object>
ShippingSystemHost
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NFX.Web.Shipping
Assembly: NFX.Web.dll
Syntax
public class ShippingSystemHost : ServiceWithInstrumentationBase<object>, IApplicationComponent, IDisposable, IService, ILocalizedTimeProvider, IInstrumentable, IExternallyParameterized, IShippingSystemHostImplementation, IShippingSystemHost, INamed, IConfigurable
Constructors
ShippingSystemHost(String, IConfigSectionNode)
Declaration
protected ShippingSystemHost(string name, IConfigSectionNode node)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
IConfigSectionNode | node |
ShippingSystemHost(String, IConfigSectionNode, Object)
Declaration
protected ShippingSystemHost(string name, IConfigSectionNode node, object director)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
IConfigSectionNode | node | |
System.Object | director |
Properties
InstrumentationEnabled
Declaration
public override bool InstrumentationEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
NFX.ServiceModel.ServiceWithInstrumentationBase<System.Object>.InstrumentationEnabled
Implements
System.IDisposable