Amqp.Connection.OnSessionCommand C# (CSharp) Method

OnSessionCommand() private method

private OnSessionCommand ( ushort remoteChannel, Amqp.Types.DescribedList command, ByteBuffer buffer ) : void
remoteChannel ushort
command Amqp.Types.DescribedList
buffer ByteBuffer
return void
        void OnSessionCommand(ushort remoteChannel, DescribedList command, ByteBuffer buffer)
        {
            this.GetSession(this.remoteSessions, remoteChannel).OnCommand(command, buffer);
        }