Interface CefCallback


  • public interface CefCallback
    Generic callback interface used for asynchronous continuation.
    • Method Detail

      • Continue

        void Continue()
        Continue processing.
      • cancel

        void cancel()
        Cancel processing.