MessageQueueEnumerator.LocatorHandle 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得用來尋找網路中佇列的原生 (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 以釋出此句柄給資源。