Amqp.ReceiverLink.OnAttach C# (CSharp) Метод

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

private OnAttach ( uint remoteHandle, Amqp.Framing.Attach attach ) : void
remoteHandle uint
attach Amqp.Framing.Attach
Результат void
        internal override void OnAttach(uint remoteHandle, Attach attach)
        {
            base.OnAttach(remoteHandle, attach);
            this.deliveryCount = attach.InitialDeliveryCount;
        }