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