So, we are trying to figure out a good name for an event for the following:
The mechanism by which you access published capabilities and objects from a person near you is by calling the PeerCollabRefreshEndpointData() API. This API effectively refreshes the local cache with whatever data is being published by the endpoint. Since this is a network operation, it is asynchronous, and has an event for when the operation completes. We are trying to figure out a good name for this operation.
Any thoughts, on what sounds like a good name? Each event is associated with a structure containing the data that was returned. Please give suggestions!
PEER_EVENT_ENDPOINT_DATA_REFRESHED
PEER_EVENT_ENDPOINT_DATA_CHANGED
PEER_EVENT_ENDPOINT_DATA_AVAILABLE
Any other ideas?