Apache.NMS.ActiveMQ.Commands.ActiveMQDestination.CreateDestination C# (CSharp) Method

CreateDestination() public abstract method

Factory method to create a child destination if this destination is a composite
public abstract CreateDestination ( String name ) : ActiveMQDestination
name String
return ActiveMQDestination
        public abstract ActiveMQDestination CreateDestination(String name);

Same methods

ActiveMQDestination::CreateDestination ( int type, String pyhsicalName ) : ActiveMQDestination