Show / Hide Table of Contents

    Enum TransactionStatus

    Defines monitoring transaction statuses.

    Namespace: Nevatech.Vsb.Repository.Entities
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public enum TransactionStatus

    Fields

    Name Description
    Exception

    Transaction cannot be delivered because of a communication error.

    Fault

    Transaction has failed on an application level and a fault message was received.

    Inconclusive

    Transaction is not completed (response message has not been received yet).

    Success

    Transaction is successful (no faults or communication errors).

    Back to top Nevatech Sentinet 6.5 Online Documentation