Single Instance

Name in Migrated Code: SingleInstance
Location in Migrated Code: Asynch class constructor

Task-Properties-Advanced-single-instance

Example:

    public class MyProgram2Async : AsyncHelperBase 
    {
        public MyProgram2Async()
        {
            SingleInstance = true;
        }
    } 


Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com