IWebAccountProviderBaseReportOperation Interface

Definition

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.

Applies to