PaymentDevicePaymentRequest.ReportCompletedAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public:
virtual IAsyncAction ^ ReportCompletedAsync(PaymentOperationStatus status) = ReportCompletedAsync;
/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ReportCompletedAsync(PaymentOperationStatus const& status);
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ReportCompletedAsync(PaymentOperationStatus status);
function reportCompletedAsync(status)
Public Function ReportCompletedAsync (status As PaymentOperationStatus) As IAsyncAction
Parameter
- status
- PaymentOperationStatus
Gibt zurück
- Attribute