WebServiceClientReportAsync Method |
Asynchronously query the minFraud Report Transaction API.
Namespace:
MaxMind.MinFraud
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic Task ReportAsync(
TransactionReport report
)
Public Function ReportAsync (
report As TransactionReport
) As Task
public:
Task^ ReportAsync(
TransactionReport^ report
)
member ReportAsync :
report : TransactionReport -> Task
Parameters
- report
- Type: MaxMind.MinFraud.RequestTransactionReport
The transaction report you would like to send.
Return Value
Type:
TaskThe Task on which to await. The web service returns no data and
this API will throw an exception if there is an error.
Remarks
Reporting transactions to MaxMind helps us detect about 10-50% more
fraud and reduce false positives for you.
See Also