Apache.NMS.ActiveMQ.Test.MessageListenerRedeliveryTest.SetUp C# (CSharp) Метод

SetUp() приватный Метод

private SetUp ( ) : void
Результат void
        public override void SetUp()
        {
            this.connection = (Connection) CreateConnection();
            this.connection.RedeliveryPolicy = GetRedeliveryPolicy();

            this.counter = 0;
        }