Apache.NMS.ActiveMQ.Commands.ActiveMQDestination.CreateDestination C# (CSharp) 메소드

CreateDestination() 공개 추상적인 메소드

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

Same methods

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