Click or drag to resize

RuntimeClientGetIsolateIdAsync Method

Version 86.0.240
Returns the isolate id.

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

Return Value

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