JustAProgrammer.ADPR.ADPRHost.NotifyEndApplication C# (CSharp) Méthode

NotifyEndApplication() public méthode

This API is called after an external application process finishes. Typically it is used to restore state that a child process has altered. In this example, this functionality is not needed so the method returns nothing.
public NotifyEndApplication ( ) : void
Résultat void
        public override void NotifyEndApplication()
        {
            return;
        }