Click or drag to resize

RuntimeClientGetIsolateIdAsync Method

Version 130.1.90
Returns the isolate id.

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

Return Value

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