StorageClientSendPendingAttributionReportsAsync Method |
Version 130.1.90
Sends all pending Attribution Reports immediately, regardless of their
scheduled report time.
Namespace: CefSharp.DevTools.StorageAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<SendPendingAttributionReportsResponse> SendPendingAttributionReportsAsync()
public:
Task<SendPendingAttributionReportsResponse^>^ SendPendingAttributionReportsAsync()
Return Value
TaskSendPendingAttributionReportsResponsereturns System.Threading.Tasks.Task<SendPendingAttributionReportsResponse>
See Also