1 write to journal
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqOutputMessage.cs (1)
216
this.
journal
= new ByteProperty(this, UnsafeNativeMethods.PROPID_M_JOURNAL);
3 references to journal
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqOutputMessage.cs (3)
214
if (this.
journal
== null)
221
this.
journal
.Value |= flag;
225
this.
journal
.Value &= (byte)(~flag);