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