iControl.ManagementApplicationTemplate.Begindelete_application_template C# (CSharp) Méthode

Begindelete_application_template() public méthode

public Begindelete_application_template ( string templates, System callback, object asyncState ) : System.IAsyncResult
templates string
callback System
asyncState object
Résultat 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