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