ContactListLimitedWriteOperations.TryCreateOrUpdateContactAsync 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.
Asynchronously attempts to create or update a contact.
public:
virtual IAsyncOperation<bool> ^ TryCreateOrUpdateContactAsync(Contact ^ contact) = TryCreateOrUpdateContactAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TryCreateOrUpdateContactAsync(Contact const& contact);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TryCreateOrUpdateContactAsync(Contact contact);
function tryCreateOrUpdateContactAsync(contact)
Public Function TryCreateOrUpdateContactAsync (contact As Contact) As IAsyncOperation(Of Boolean)
Parameters
- contact
- Contact
The contact to create or update.
Returns
A Boolean value indicating if the operation was successful.
- Attributes
Windows requirements
App capabilities |
contactsSystem
|