Click or drag to resize

CefTaskRunner Methods

The CefTaskRunner type exposes the following members.

Methods
  NameDescription
Public methodBelongsToThread
Returns true if this task runner is for the specified CEF thread.
Public methodDispose
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodStatic memberGetForCurrentThread
Returns the task runner for the current thread. Only CEF threads will have task runners. An empty reference will be returned if this method is called on an invalid thread.
Public methodStatic memberGetForThread
Returns the task runner for the specified CEF thread.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsSame
Returns true if this object is pointing to the same task runner as |that| object.
Public methodPostDelayedTask
Post a task for delayed execution on the thread associated with this task runner. Execution will occur asynchronously. Delayed tasks are not supported on V8 WebWorker threads and will be executed without the specified delay.
Public methodPostTask
Post a task for execution on the thread associated with this task runner. Execution will occur asynchronously.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also