6 references to PeekAction
System.Messaging (6)
System\Messaging\MessageQueue.cs (6)
1503public IAsyncResult BeginPeek(TimeSpan timeout, Cursor cursor, PeekAction action, object state, AsyncCallback callback) 1505if ((action != PeekAction.Current) && (action != PeekAction.Next)) 2294public Message Peek(TimeSpan timeout, Cursor cursor, PeekAction action) 2296if ((action != PeekAction.Current) && (action != PeekAction.Next))