RuntimeClientGetIsolateIdAsync Method |
Version 87.1.132
Returns the isolate id.
Namespace:
CefSharp.DevTools.Runtime
Assembly:
CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntax public Task<GetIsolateIdResponse> GetIsolateIdAsync()
public:
Task<GetIsolateIdResponse^>^ GetIsolateIdAsync()
Return Value
Type:
TaskGetIsolateIdResponsereturns System.Threading.Tasks.Task<GetIsolateIdResponse>
See Also