Search Results for

    Show / Hide Table of Contents

    Class ShipmentDeletedConsumer

    Represents the shipment saved consumer for the rrp

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

    Constructors

    | Improve this Doc View Source

    ShipmentDeletedConsumer(IKeyValueStore, IShipmentService)

    Initialize consumer

    Declaration
    public ShipmentDeletedConsumer(IKeyValueStore keyValueStore, IShipmentService shipmentService)
    Parameters
    Type Name Description
    IKeyValueStore keyValueStore
    IShipmentService shipmentService

    Methods

    | Improve this Doc View Source

    Execute(ConsumeContext<ShipmentDeleted>)

    Method to execute

    Declaration
    public override async Task Execute(ConsumeContext<ShipmentDeleted> message)
    Parameters
    Type Name Description
    ConsumeContext<ShipmentDeleted> message
    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