Click or drag to resize

ServiceWorkerClient.DispatchSyncEventAsync Method

Version 90.6.50
DispatchSyncEvent

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

Parameters

origin
Type: System.String
origin
registrationId
Type: System.String
registrationId
tag
Type: System.String
tag
lastChance
Type: System.Boolean
lastChance

Return Value

Type: Task<DevToolsMethodResponse>
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also