FedEx Class

Fedex Adapter Implementation.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.Services
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Services (in Microsoft.Dynamics.Commerce.Runtime.Services.dll)

Syntax

'Declaration
<ExportAttribute(GetType(IService))> _
Public NotInheritable Class FedEx _
    Implements IShippingCarrierService, IService, IInitializable
'Usage
Dim instance As FedEx
[ExportAttribute(typeof(IService))]
public sealed class FedEx : IShippingCarrierService, 
    IService, IInitializable
[ExportAttribute(typeof(IService))]
public ref class FedEx sealed : IShippingCarrierService, 
    IService, IInitializable

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.Commerce.Runtime.Services.FedEx

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.Services Namespace