CefThreadId EnumerationXilium.CefGlue

[This is preliminary documentation and is subject to change.]

Existing thread IDs.

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public enum CefThreadId
Members

  Member nameValueDescription
UI0 The main thread in the browser. This will be the same as the main application thread if CefInitialize() is called with a CefSettings.multi_threaded_message_loop value of false.
DB1 Used to interact with the database.
File2 Used to interact with the file system.
FileUserBlocking3 Used for file system operations that block user interactions. Responsiveness of this thread affects users.
ProcessLauncher4 Used to launch and terminate browser processes.
Cache5 Used to handle slow HTTP cache operations.
IO6 Used to process IPC and network messages.
Renderer7 The main thread in the renderer. Used for all WebKit and V8 interaction.
See Also