iControl.LocalLBMonitor.Begindelete_template C# (CSharp) Method

Begindelete_template() public method

public Begindelete_template ( string template_names, System callback, object asyncState ) : System.IAsyncResult
template_names string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begindelete_template(string [] template_names, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_template", new object[] {
            template_names}, callback, asyncState);
        }
LocalLBMonitor