Esempio n. 1
0
        /// <summary>
        /// Method that will be executed.
        /// |threadId| is the thread executing the call.
        /// </summary>
        private void execute(cef_task_t* self, cef_thread_id_t threadId)
        {
            #if DIAGNOSTICS
            Cef.Logger.Trace(LogTarget.CefTask, self, "Execute: ThreadId=[{0}]", threadId);
            #endif

            this.Execute((CefThreadId)threadId);
        }
Esempio n. 2
0
        /// <summary>
        /// Method that will be executed.
        /// |threadId| is the thread executing the call.
        /// </summary>
        private void execute(cef_task_t *self, cef_thread_id_t threadId)
        {
#if DIAGNOSTICS
            Cef.Logger.Trace(LogTarget.CefTask, self, "Execute: ThreadId=[{0}]", threadId);
#endif

            this.Execute((CefThreadId)threadId);
        }