ServiceWorkerClientDispatchSyncEventAsync Method  | 
Version 106.0.290 
            DispatchSyncEvent
            
 
    Namespace: 
   CefSharp.DevTools.ServiceWorker
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxpublic Task<DevToolsMethodResponse> DispatchSyncEventAsync(
	string origin,
	string registrationId,
	string tag,
	bool lastChance
)
public:
Task<DevToolsMethodResponse^>^ DispatchSyncEventAsync(
	String^ origin, 
	String^ registrationId, 
	String^ tag, 
	bool lastChance
)
Parameters
- origin
 - Type: SystemString
origin - registrationId
 - Type: SystemString
registrationId - tag
 - Type: SystemString
tag - lastChance
 - Type: SystemBoolean
lastChance 
Return Value
Type: 
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also