PeerNearMe::RefreshData Method ()
.NET Framework (current version)
Initiates a network operation to retrieve the application, object and presence data specific to a PeerNearMe instance.
Assembly: System.Net (in System.Net.dll)
| Exception | Condition |
|---|---|
| ObjectDisposedException | The PeerNearMe object has been disposed. |
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.
.NET Framework
Available since 3.5
Available since 3.5
Show: