PeerNearMe.RefreshData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initiates a network operation to retrieve the application, object and presence data specific to a PeerNearMe instance.
public:
void RefreshData();
[System.Security.SecurityCritical]
public void RefreshData ();
[<System.Security.SecurityCritical>]
member this.RefreshData : unit -> unit
Public Sub RefreshData ()
- Attributes
Exceptions
The PeerNearMe object has been disposed.
Remarks
The data retrieved is stored in a cache accessed by the GetApplications and GetObjects methods as well as the PresenceStatus property. This method only needs to be used if the caller is not subscribed to the specified Peer, PeerNearMe, or PeerContact.
This method blocks additional calls until the network operation is complete and cache has been updated.
The caller is not required to sign in with the SignIn method or via a user interface in to complete this operation successfully.