wyDay.Controls.AutomaticUpdaterBackend.updateHelper_ResendRestartInfo C# (CSharp) Method

updateHelper_ResendRestartInfo() private method

private updateHelper_ResendRestartInfo ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return 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);
        }