iControl.LocalLBRule.Endget_ignore_verification C# (CSharp) Method

Endget_ignore_verification() public method

public Endget_ignore_verification ( System asyncResult ) : CommonEnabledState[]
asyncResult System
return CommonEnabledState[]
        public CommonEnabledState[] Endget_ignore_verification(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((CommonEnabledState [])(results[0]));
        }
LocalLBRule