PeerNearMe.RefreshDataAsync(Object) Method

Definition

Initiates a network operation to retrieve the application, object and presence data specific to a PeerNearMe instance.

public:
 void RefreshDataAsync(System::Object ^ userToken);
[System.Security.SecurityCritical]
public void RefreshDataAsync (object userToken);
[<System.Security.SecurityCritical>]
member this.RefreshDataAsync : obj -> unit
Public Sub RefreshDataAsync (userToken As Object)

Parameters

userToken
Object

User-specified state object that is passed to the delegate when this method completes the operation.

Attributes

Exceptions

The PeerNearMe object has been disposed.

The userToken argument specifies null.

The prior RefreshDataAsync(Object) call has not yet completed.

Remarks

The data retrieved is stored in a cache accessed by the GetApplications and GetObjects methods as well as the PresenceStatus property. The InternalRefreshData 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.

Applies to