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