MQC.NET interface
Refer to an MQI constant by prefixing the constant name with MQC.. MQC defines all the constants used by the MQI.
Interface
System.Object
|
└─ IBM.WMQ.MQC
public interface IBM.WMQ.MQC extends System.Object;
Example
MQQueue queue;
queue.closeOptions = MQC.MQCO_DELETE;