iControl.LocalLBRule.Endget_ignore_verification C# (CSharp) Метод

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

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