ContactPartnerProvisioningManager.AssociateNetworkAccountAsync Method

Definition

This API is not intended to be used directly from your code.

public:
 static IAsyncAction ^ AssociateNetworkAccountAsync(ContactStore ^ store, Platform::String ^ networkName, Platform::String ^ networkAccountId);
 static IAsyncAction AssociateNetworkAccountAsync(ContactStore const& store, winrt::hstring const& networkName, winrt::hstring const& networkAccountId);
public static IAsyncAction AssociateNetworkAccountAsync(ContactStore store, string networkName, string networkAccountId);
function associateNetworkAccountAsync(store, networkName, networkAccountId)
Public Shared Function AssociateNetworkAccountAsync (store As ContactStore, networkName As String, networkAccountId As String) As IAsyncAction

Parameters

store
ContactStore

The contact store.

networkName
String

Platform::String

winrt::hstring

The network name.

networkAccountId
String

Platform::String

winrt::hstring

The account ID.

Returns

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

Windows requirements

App capabilities
ID_CAP_PERSONAL_INFORMATION_IMPORT [Windows Phone]

Applies to