MessageQueueEnumerator.LocatorHandle 屬性

定義

取得用來尋找網路中佇列的原生 (Native) 訊息佇列控制代碼。

public:
 property IntPtr LocatorHandle { IntPtr get(); };
public IntPtr LocatorHandle { get; }
member this.LocatorHandle : nativeint
Public ReadOnly Property LocatorHandle As IntPtr

屬性值

IntPtr

nativeint

目前佇列的原生控制代碼。

例外狀況

控制代碼不存在。

呼叫程式碼沒有瀏覽權限。

備註

當您不再需要此 MessageQueueEnumerator 實例時,請呼叫 Close 以釋出此句柄給資源。

適用於

另請參閱