Apache.NMS.ActiveMQ.Commands.ActiveMQTempQueue.CreateDestination C# (CSharp) Метод

CreateDestination() публичный Метод

public CreateDestination ( String name ) : ActiveMQDestination
name String
Результат ActiveMQDestination
        public override ActiveMQDestination CreateDestination(String name)
        {
            return new ActiveMQTempQueue(name);
        }