System\Messaging\MessageEnumerator.cs (4)
51return this.owner.ReceiveCurrent(TimeSpan.Zero, NativeMethods.QUEUE_ACTION_PEEK_CURRENT, this.Handle,
74get { return this.Handle.DangerousGetHandle(); }
168status = owner.StaleSafeReceiveMessage((uint)timeoutInMilliseconds, action, null, null, null, this.Handle, (IntPtr)NativeMethods.QUEUE_TRANSACTION_NONE);
272this.Handle, this.owner.MessageReadPropertyFilter, transaction, transactionType);