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

CreateDestination() public method

Method CreateDestination
public CreateDestination ( String name ) : ActiveMQDestination
name String A String
return ActiveMQDestination
        public override ActiveMQDestination CreateDestination(String name)
        {
            // TODO: Implement this method
            return null;
        }