Copy Global Parameters

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

Task-Properties-Advanced-copy-global-parameters

Example:

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


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