Show / Hide Table of Contents

    Enum MessageFlow

    Defines message direction inside the Routing Service.

    Namespace: Nevatech.Vsb.Repository
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public enum MessageFlow

    Fields

    Name Description
    InboundCallbackRequest

    Callback request message sent from inbound (service) side.

    InboundCallbackResponse

    Callback response message received on inbound (service) side.

    InboundRequest

    Request message received on inbound (service) side.

    InboundResponse

    Response message sent from inbound (service) side.

    OutboundCallbackRequest

    Callback request message received on outbound (client) side.

    OutboundCallbackResponse

    Callback response message sent from outbound (client) side.

    OutboundRequest

    Request message sent from outbound (client) side.

    OutboundResponse

    Response message received on outbound (client) side.

    Back to top Nevatech Sentinet 6.5 Online Documentation