iControl.LocalLBRule.Enddelete_rule C# (CSharp) Method

Enddelete_rule() public method

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