Apache.NMS.Commands.Destination.Destination C# (CSharp) Method

Destination() protected method

Construct the Destination with a defined physical name;
protected Destination ( String name ) : System
name String
return System
        protected Destination(String name)
        {
            setPhysicalName(name);
        }

Same methods

Destination::Destination ( ) : System