wyDay.Controls.AutomaticUpdaterBackend.updateHelper_ResendRestartInfo C# (CSharp) Méthode

updateHelper_ResendRestartInfo() private méthode

private updateHelper_ResendRestartInfo ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void
        void updateHelper_ResendRestartInfo(object sender, EventArgs e)
        {
            // send the client the arguments that need to run on success and failure
            if (ServiceName != null)
                updateHelper.RestartInfo(ServiceName, AutoUpdaterInfo.AutoUpdateID, Arguments, true);
            else
                updateHelper.RestartInfo(Application.ExecutablePath, AutoUpdaterInfo.AutoUpdateID, Arguments, false);
        }