예제 #1
0
        internal void InheritInvokeOptions(DNSService fromService)
        {
            // We set the MultiThreadedCallback property first,
            // as it has the potential to affect the other properties.
            AllowMultithreadedCallbacks = fromService.AllowMultithreadedCallbacks;

            AllowApplicationForms = fromService.AllowApplicationForms;
            InvokeableObject      = fromService.InvokeableObject;
        }
        internal void InheritInvokeOptions(DNSService fromService)
        {
            // We set the MultiThreadedCallback property first,
            // as it has the potential to affect the other properties.
            AllowMultithreadedCallbacks = fromService.AllowMultithreadedCallbacks;

            AllowApplicationForms = fromService.AllowApplicationForms;
            InvokeableObject = fromService.InvokeableObject;
        }
예제 #3
0
 internal void InheritInvokeOptions(DNSService fromService)
 {
     AllowApplicationForms = fromService.AllowApplicationForms;
     InvokeableObject = fromService.InvokeableObject;
     AllowMultithreadedCallbacks = fromService.AllowMultithreadedCallbacks;
 }