NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MessageQueue.ReadHandle

The native handle used to receive messages from the message queue

[Visual Basic]
Overridable Public ReadOnly Property ReadHandle As Integer
[C#]
public int ReadHandle {virtual get;}
[C++]
public: __property virtual int get_ReadHandle();
[JScript]
public function get ReadHandle() : int;

See Also

MessageQueue Class | MessageQueue Members | System.Messaging Namespace