Click or drag to resize

StorageClientSendPendingAttributionReportsAsync Method

Version 130.1.90
Sends all pending Attribution Reports immediately, regardless of their scheduled report time.

Namespace: CefSharp.DevTools.Storage
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<SendPendingAttributionReportsResponse> SendPendingAttributionReportsAsync()

Return Value

TaskSendPendingAttributionReportsResponse
returns System.Threading.Tasks.Task<SendPendingAttributionReportsResponse>
See Also