iControl.ManagementApplicationTemplate.Begindelete_application_template C# (CSharp) Method

Begindelete_application_template() public method

public Begindelete_application_template ( string templates, System callback, object asyncState ) : System.IAsyncResult
templates string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begindelete_application_template(string [] templates, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_application_template", new object[] {
            templates}, callback, asyncState);
        }
ManagementApplicationTemplate