iControl.LocalLBRateClass.Endcreate_queueing_method C# (CSharp) 메소드

Endcreate_queueing_method() 공개 메소드

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