iControl.LocalLBRateClass.Endcreate_queueing_method C# (CSharp) Method

Endcreate_queueing_method() public method

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