[This is preliminary documentation and is subject to change.]
Sets process-global shipping system host.
If ShippingSystemStarter is used then the host may be auto-injected from configuration if it is there.
Developers: Do not call this method as it is used for dependency injection from system code
Namespace: NFX.Web.ShippingAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
public static void ___SetShippingSystemHost(
IShippingSystemHostImplementation host
)
public static void ___SetShippingSystemHost(
IShippingSystemHostImplementation host
)
Public Shared Sub ___SetShippingSystemHost (
host As IShippingSystemHostImplementation
)
Public Shared Sub ___SetShippingSystemHost (
host As IShippingSystemHostImplementation
)
public:
static void ___SetShippingSystemHost(
IShippingSystemHostImplementation^ host
)
public:
static void ___SetShippingSystemHost(
IShippingSystemHostImplementation^ host
)
static member ___SetShippingSystemHost :
host : IShippingSystemHostImplementation -> unit
static member ___SetShippingSystemHost :
host : IShippingSystemHostImplementation -> unit