Show / Hide Table of Contents

    Enum RoutingContractType

    Defines the type of a routing contract supporting the scope of operations on the actual contract.

    Namespace: Nevatech.Vsb.Repository.Services
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public enum RoutingContractType

    Fields

    Name Description
    Callback

    Contract defines callback operations (one-way receive or solicit response) and requires duplex routing contact.

    OneWayOnly

    Contract defines one-way send operations only and requires simplex routing contract.

    RequestReplyAndOneWay

    Contract defines both one-way send and request-reply operations and requires adaptable routing contract.

    RequestReplyOnly

    Contract defines request-reply operations only and requires request-reply routing contract.

    Back to top Nevatech Sentinet 6.5 Online Documentation