iControl.GlobalLBMonitor.Enddelete_all_templates C# (CSharp) Method

Enddelete_all_templates() public method

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