Click or drag to resize

RuntimeGetIsolateIdAsync Method

Version 85.3.121
Returns the isolate id.

Namespace:  CefSharp.DevTools.Runtime
Assembly:  CefSharp (in CefSharp.dll) Version: 85.3.121.0 (85.3.121.0)
Syntax
public Task<GetIsolateIdResponse> GetIsolateIdAsync()

Return Value

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