StoredContact.SaveAsync Method

Definition

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]

Applies to

See also