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