StoredContact.SaveAsync 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.
Saves the current state of the contact to the contact store.
public:
virtual IAsyncAction ^ SaveAsync() = SaveAsync;
IAsyncAction SaveAsync();
public IAsyncAction SaveAsync();
function saveAsync()
Public Function SaveAsync () As IAsyncAction
Returns
An asynchronous action. If you use Asynchronous programming, the result type is void.
Windows requirements
App capabilities |
ID_CAP_CONTACTS [Windows Phone]
|