iControl.LocalLBRule.Endmodify_rule C# (CSharp) Method

Endmodify_rule() public method

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