EngineFactoryCreateAsync Method |
Asynchronously creates and returns an
IEngine instance.
Namespace:
DotNetBrowser.Engine
Assembly:
DotNetBrowser.Core (in DotNetBrowser.Core.dll) Version: 2.25.1
Syntax public 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