PeerNearMe.InternalRefreshData(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化網路作業,以擷取 PeerNearMe 執行個體特定的應用程式、物件及資料。
protected public:
void InternalRefreshData(System::Object ^ state);
[System.Security.SecurityCritical]
protected internal void InternalRefreshData (object state);
[<System.Security.SecurityCritical>]
member this.InternalRefreshData : obj -> unit
Protected Friend Sub InternalRefreshData (state As Object)
參數
- state
- Object
指定與 PeerNearMe 執行個體相關的應用程式、物件和顯示狀態資料。
- 屬性
備註
擷取的數據會儲存在 和 GetObjects 方法以及 屬性存取GetApplications的快取中PresenceStatus。 InternalRefreshData只有在呼叫端未訂閱指定的Peer、 PeerNearMe或 PeerContact時,才需要使用 方法。
這個方法會封鎖其他呼叫,直到網路作業完成且快取已更新為止。
呼叫端不需要使用 SignIn 方法登入,或透過中的使用者介面登入,即可順利完成此作業。