ZeroInstall.Commands.Gtk.GuiCommandHandler.CustomizeSelections C# (CSharp) 메소드

CustomizeSelections() 공개 메소드

public CustomizeSelections ( Func solveCallback ) : void
solveCallback Func
리턴 void
        public void CustomizeSelections(Func<Selections> solveCallback)
        {
            #region Sanity checks
            if (solveCallback == null) throw new ArgumentNullException(nameof(solveCallback));
            #endregion

            // TODO: Implement

            _customizeSelectionsWaitHandle.WaitOne();
        }
        #endregion