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

CreateDestination() 공개 메소드

public CreateDestination ( String name ) : ActiveMQDestination
name String
리턴 ActiveMQDestination
        public override ActiveMQDestination CreateDestination(String name)
        {
            return new ActiveMQTempTopic(name);
        }