iControl.LocalLBProfileHttpClass.Endget_application_security_module_enabled_state C# (CSharp) Method

Endget_application_security_module_enabled_state() public method

public Endget_application_security_module_enabled_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
asyncResult System
return iControl.LocalLBProfileEnabledState[]
        public LocalLBProfileEnabledState[] Endget_application_security_module_enabled_state(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBProfileEnabledState [])(results[0]));
        }
LocalLBProfileHttpClass