ServiceWorkerClientDispatchSyncEventAsync Method |
Version 88.2.90
DispatchSyncEvent
Namespace:
CefSharp.DevTools.ServiceWorker
Assembly:
CefSharp (in CefSharp.dll) Version: 88.2.90.0 (88.2.90.0)
Syntax public 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