Click or drag to resize

ServiceWorkerClientDispatchSyncEventAsync Method

Version 130.1.90
DispatchSyncEvent

Namespace: CefSharp.DevTools.ServiceWorker
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<DevToolsMethodResponse> DispatchSyncEventAsync(
	string origin,
	string registrationId,
	string tag,
	bool lastChance
)

Parameters

origin  String
origin
registrationId  String
registrationId
tag  String
tag
lastChance  Boolean
lastChance

Return Value

TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also