IWebAccountProviderBaseReportOperation
IWebAccountProviderBaseReportOperation
IWebAccountProviderBaseReportOperation
IWebAccountProviderBaseReportOperation
Interface
Definition
Defines methods for web account provider operations that report success or failure.
public : interface IWebAccountProviderBaseReportOperationpublic interface IWebAccountProviderBaseReportOperationPublic Interface IWebAccountProviderBaseReportOperation// You can use this interface in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Methods
ReportCompleted() ReportCompleted() ReportCompleted() ReportCompleted()
Informs the activating app that the operation completed successfully.
public : void ReportCompleted()public void ReportCompleted()Public Function ReportCompleted() As void// You can use this method in JavaScript.
ReportError(WebProviderError) ReportError(WebProviderError) ReportError(WebProviderError) ReportError(WebProviderError)
Informs the activating app that the operation encountered an error.
public : void ReportError(WebProviderError value)public void ReportError(WebProviderError value)Public Function ReportError(value As WebProviderError) As void// You can use this method in JavaScript.
Parameters
The type of error encountered.