Share via


UserDataAccountProviderAddAccountOperation.ReportCompleted(String) Method

Definition

Reports back to the calling app that the operation is complete.

public:
 virtual void ReportCompleted(Platform::String ^ userDataAccountId) = ReportCompleted;
void ReportCompleted(winrt::hstring const& userDataAccountId);
public void ReportCompleted(string userDataAccountId);
function reportCompleted(userDataAccountId)
Public Sub ReportCompleted (userDataAccountId As String)

Parameters

userDataAccountId
String

Platform::String

winrt::hstring

The identifier for the user account upon which the operation completed.

Applies to