PeerNearMe.InternalRefreshData(Object) Method

Definition

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

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)

Parameters

state
Object

Specifies the application, object, and presence data relevant to a PeerNearMe instance.

Attributes

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 the 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