iControl.GlobalLBDataCenter.Enddelete_data_center C# (CSharp) Method

Enddelete_data_center() public method

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