Bootstrapper.ManagedBA.ManagedBA_ApplyComplete C# (CSharp) Метод

ManagedBA_ApplyComplete() приватный Метод

Method that gets invoked when the Bootstrapper ApplyComplete event is fired. This is called after a bundle installation has completed. Make sure we updated the view.
private ManagedBA_ApplyComplete ( object sender, Microsoft.Tools.WindowsInstallerXml.Bootstrapper.ApplyCompleteEventArgs e ) : void
sender object
e Microsoft.Tools.WindowsInstallerXml.Bootstrapper.ApplyCompleteEventArgs
Результат void
        void ManagedBA_ApplyComplete(object sender, ApplyCompleteEventArgs e)
        {
            done.Set();
        }