ServiceWorkerClientDispatchPeriodicSyncEventAsync Method |
Version 89.0.170
DispatchPeriodicSyncEvent
Namespace:
CefSharp.DevTools.ServiceWorker
Assembly:
CefSharp (in CefSharp.dll) Version: 89.0.170.0 (89.0.170.0)
Syntax public Task<DevToolsMethodResponse> DispatchPeriodicSyncEventAsync(
string origin,
string registrationId,
string tag
)
public:
Task<DevToolsMethodResponse^>^ DispatchPeriodicSyncEventAsync(
String^ origin,
String^ registrationId,
String^ tag
)
Parameters
- origin
- Type: SystemString
origin - registrationId
- Type: SystemString
registrationId - tag
- Type: SystemString
tag
Return Value
Type:
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also