ContactBindingManager.SaveContactBindingAsync method

Saves the specified contact binding.

Syntax

public IAsyncAction SaveContactBindingAsync(
  ContactBinding binding
)
Public Function SaveContactBindingAsync(
  binding As ContactBinding 
) As IAsyncAction
public:
IAsyncAction^ SaveContactBindingAsync(
  ContactBinding^ binding
)

Parameters

  • binding
    Type: ContactBinding

    The contact binding to be saved.

Return value

Type: IAsyncAction

An asynchronous action. If you use Asynchronous programming, the result type is void.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8.1 [Windows Phone Silverlight 8.1 apps only]

Namespace

Windows.Phone.PersonalInformation Windows::Phone::PersonalInformation [C++]

Metadata

Windows.WinMD

See also

ContactBindingManager

ContactBinding

Asynchronous programming