4 references to QUEUE_PROPID_TRANSACTION
System.Messaging (4)
System\Messaging\MessageQueue.cs (4)
1671properties.SetUI1(NativeMethods.QUEUE_PROPID_TRANSACTION, (byte)NativeMethods.QUEUE_TRANSACTIONAL_TRANSACTIONAL); 1673properties.SetUI1(NativeMethods.QUEUE_PROPID_TRANSACTION, (byte)NativeMethods.QUEUE_TRANSACTIONAL_NONE); 4442props.SetUI1(NativeMethods.QUEUE_PROPID_TRANSACTION, (byte)0); 4448this.isTransactional = (props.GetUI1(NativeMethods.QUEUE_PROPID_TRANSACTION) != NativeMethods.QUEUE_TRANSACTIONAL_NONE);