Apache.NMS.Commands.TempDestination.Delete C# (CSharp) Method

Delete() public method

public Delete ( ) : void
return void
        public void Delete()
        {
            throw new NotSupportedException("Stomp Cannot Delete Temporary Destinations");
        }