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