iControl.GlobalLBMonitor.Enddelete_template C# (CSharp) Method

Enddelete_template() public method

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