UserDataAccountProviderAddAccountOperation.ReportCompleted(String) 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.
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.