Show / Hide Table of Contents

    Class ConnectionAudit

    Inheritance
    System.Object
    ConnectionAudit
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Apache.NMS.ActiveMQ.Util
    Assembly: Apache.NMS.ActiveMQ.dll
    Syntax
    public class ConnectionAudit

    Constructors

    | Improve this Doc View Source

    ConnectionAudit()

    Declaration
    public ConnectionAudit()
    | Improve this Doc View Source

    ConnectionAudit(Int32, Int32)

    Declaration
    public ConnectionAudit(int auditDepth, int auditMaximumProducerNumber)
    Parameters
    Type Name Description
    System.Int32 auditDepth
    System.Int32 auditMaximumProducerNumber

    Properties

    | Improve this Doc View Source

    AuditDepth

    Declaration
    public int AuditDepth { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    AuditMaximumProducerNumber

    Declaration
    public int AuditMaximumProducerNumber { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    CheckForDuplicates

    Declaration
    public bool CheckForDuplicates { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    IsDuplicate(IDispatcher, Message)

    Declaration
    public bool IsDuplicate(IDispatcher dispatcher, Message message)
    Parameters
    Type Name Description
    IDispatcher dispatcher
    Message message
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    RemoveDispatcher(IDispatcher)

    Declaration
    public void RemoveDispatcher(IDispatcher dispatcher)
    Parameters
    Type Name Description
    IDispatcher dispatcher
    | Improve this Doc View Source

    RollbackDuplicate(IDispatcher, Message)

    Declaration
    public void RollbackDuplicate(IDispatcher dispatcher, Message message)
    Parameters
    Type Name Description
    IDispatcher dispatcher
    Message message
    • Improve this Doc
    • View Source
    Back to top Copyright � 2005-2019 Apache Software Foundation project
    Generated by DocFX