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)
Syntaxpublic 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: 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