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

Delete() public method

public Delete ( ) : void
return void
        public void Delete()
        {
            if(this.connection != null)
            {
                this.connection.DeleteTemporaryDestination(this);
            }
        }