Click or drag to resize

ServiceWorkerClientDispatchSyncEventAsync Method

Version 102.0.100
DispatchSyncEvent

Namespace:  CefSharp.DevTools.ServiceWorker
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
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: TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also