iControl.GlobalLBDataCenter.Enddelete_data_center C# (CSharp) 메소드

Enddelete_data_center() 공개 메소드

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