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.MQCpublic interface IBM.WMQ.MQC extends System.Object;
Example
MQQueue queue; queue.closeOptions = MQC.MQCO_DELETE;Parent topic: The IBM MQ .NET classes and interfaces