EngineFactoryCreateAsync Method  | 
 
                Asynchronously creates and returns an 
IEngine instance.
            
 
    Namespace: 
   DotNetBrowser.Engine
    Assembly:
   DotNetBrowser.Core (in DotNetBrowser.Core.dll) Version: 2.27.6
Syntaxpublic static Task<IEngine> CreateAsync()
Return Value
Type: 
TaskIEngine
                A task which returns an initialized Chromium engine on completion. The task can throw
                
EngineInitializationException if the 
IEngine initialization has failed for some
                reason.
            
Remarks
See Also