iControl.LocalLBProfileHttpClass.Endget_web_accelerator_module_enabled_state C# (CSharp) Метод

Endget_web_accelerator_module_enabled_state() публичный Метод

public Endget_web_accelerator_module_enabled_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
asyncResult System
Результат iControl.LocalLBProfileEnabledState[]
        public LocalLBProfileEnabledState[] Endget_web_accelerator_module_enabled_state(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBProfileEnabledState [])(results[0]));
        }
LocalLBProfileHttpClass