IWebAccountProviderBaseReportOperation Interface
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.
Defines methods for web account provider operations that report success or failure.
public interface class IWebAccountProviderBaseReportOperation
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3148131515, 39227, 19799, 187, 228, 20, 33, 227, 102, 139, 76)]
struct IWebAccountProviderBaseReportOperation
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3148131515, 39227, 19799, 187, 228, 20, 33, 227, 102, 139, 76)]
public interface IWebAccountProviderBaseReportOperation
Public Interface IWebAccountProviderBaseReportOperation
- Derived
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Methods
ReportCompleted() |
Informs the activating app that the operation completed successfully. |
ReportError(WebProviderError) |
Informs the activating app that the operation encountered an error. |