Click or drag to resize

ServiceWorkerClientDispatchSyncEventAsync Method

Version 98.1.210
DispatchSyncEvent

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