ShippingSystem ___SetShippingSystemHost Method NFX Class Library

[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.Shipping
Assembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public static void ___SetShippingSystemHost(
	IShippingSystemHostImplementation host
)
See Also