16 references to ReadHandle
System.Messaging (16)
System\Messaging\Cursor.cs (1)
22int status = SafeNativeMethods.MQCreateCursor(queue.MQInfo.ReadHandle, out result);
System\Messaging\MessageEnumerator.cs (1)
90int status = SafeNativeMethods.MQCreateCursor(this.owner.MQInfo.ReadHandle, out result);
System\Messaging\MessageQueue.cs (14)
1221return MQInfo.ReadHandle.DangerousGetHandle(); 2542MessageQueueHandle handle = MQInfo.ReadHandle; 2622int status = SafeNativeMethods.MQCreateCursor(this.MQInfo.ReadHandle, out cursorHandle); 3993int status = UnsafeNativeMethods.MQPurgeQueue(MQInfo.ReadHandle); 3997status = UnsafeNativeMethods.MQPurgeQueue(MQInfo.ReadHandle); 4064int status = UnsafeNativeMethods.MQReceiveMessage(MQInfo.ReadHandle, timeout, action, properties, overlapped, receiveCallback, cursorHandle, transaction); 4068status = UnsafeNativeMethods.MQReceiveMessage(MQInfo.ReadHandle, timeout, action, properties, overlapped, receiveCallback, cursorHandle, transaction); 4076int status = UnsafeNativeMethods.MQReceiveMessage(MQInfo.ReadHandle, timeout, action, properties, overlapped, receiveCallback, cursorHandle, transaction); 4080status = UnsafeNativeMethods.MQReceiveMessage(MQInfo.ReadHandle, timeout, action, properties, overlapped, receiveCallback, cursorHandle, transaction); 4103int status = UnsafeNativeMethods.MQReceiveMessageByLookupId(MQInfo.ReadHandle, lookupId, action, properties, overlapped, receiveCallback, transaction); 4107status = UnsafeNativeMethods.MQReceiveMessageByLookupId(MQInfo.ReadHandle, lookupId, action, properties, overlapped, receiveCallback, transaction); 4117int status = UnsafeNativeMethods.MQReceiveMessageByLookupId(MQInfo.ReadHandle, lookupId, action, properties, overlapped, receiveCallback, transaction); 4121status = UnsafeNativeMethods.MQReceiveMessageByLookupId(MQInfo.ReadHandle, lookupId, action, properties, overlapped, receiveCallback, transaction); 4480ThreadPool.BindHandle(ReadHandle);