iControl.LocalLBRateClass.Enddelete_queueing_method C# (CSharp) Method

Enddelete_queueing_method() public method

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