CefTaskRunner MethodsXilium.CefGlue

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

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 methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodFinalize (Overrides OnlineObject Finalize .)
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 methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodIsSame
Returns true if this object is pointing to the same task runner as |that| object.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
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 methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
See Also