ServiceWorkerClientDispatchPeriodicSyncEventAsync Method |
Version 98.1.210
DispatchPeriodicSyncEvent
Namespace:
CefSharp.DevTools.ServiceWorker
Assembly:
CefSharp (in CefSharp.dll) Version: 98.1.210.0 (98.1.210.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