MessageQueue.ReadHandle 属性

定义

获取用于从消息队列读取消息的本机句柄。

public:
 property IntPtr ReadHandle { IntPtr get(); };
[System.ComponentModel.Browsable(false)]
[System.Messaging.MessagingDescription("MQ_ReadHandle")]
public IntPtr ReadHandle { get; }
[<System.ComponentModel.Browsable(false)>]
[<System.Messaging.MessagingDescription("MQ_ReadHandle")>]
member this.ReadHandle : nativeint
Public ReadOnly Property ReadHandle As IntPtr

属性值

IntPtr

nativeint

用于查看和接收来自队列的消息的本机队列对象的句柄。

属性

例外

访问“消息队列”方法时出错。

注解

ReadHandle为消息队列对象提供本机 Windows 句柄,该对象用于从队列中查看和接收消息。 如果更改队列的路径,句柄将关闭并使用新值重新打开。

下表显示了此属性在各种工作组模式下是否可用。

工作组模式 可用
本地计算机
本地计算机和直接格式名称
远程计算机
远程计算机和直接格式名称

适用于

另请参阅