Search Results for

    Show / Hide Table of Contents

    Class ShipmentStatusRefreshConsumer

    Consumer for shipment status refresh commands

    Inheritance
    System.Object
    ShipmentStatusRefreshConsumer
    Namespace: Simplic.PlugIn.Logistics.Disposition
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class ShipmentStatusRefreshConsumer : ConsumerBase<ShipmentStatusRefreshCommand>

    Constructors

    | Improve this Doc View Source

    ShipmentStatusRefreshConsumer(IKeyValueStore, IShipmentStatusService, ITransportOrderStatusService, ITourTotalsService)

    Initializes a new instance of ShipmentStatusRefreshConsumer

    Declaration
    public ShipmentStatusRefreshConsumer(IKeyValueStore keyValueStore, IShipmentStatusService shipmentStatusService, ITransportOrderStatusService transportOrderStatusService, ITourTotalsService tourTotalsService)
    Parameters
    Type Name Description
    IKeyValueStore keyValueStore
    IShipmentStatusService shipmentStatusService
    ITransportOrderStatusService transportOrderStatusService
    ITourTotalsService tourTotalsService

    Methods

    | Improve this Doc View Source

    Execute(ConsumeContext<ShipmentStatusRefreshCommand>)

    Consumes a shipment status refresh command to refresh the shipment status and transport order status

    Declaration
    public override async Task Execute(ConsumeContext<ShipmentStatusRefreshCommand> context)
    Parameters
    Type Name Description
    ConsumeContext<ShipmentStatusRefreshCommand> context
    Returns
    Type Description
    System.Threading.Tasks.Task
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx