iControl.ManagementApplicationPresentationScript.Begindelete_application_presentation_script C# (CSharp) Method

Begindelete_application_presentation_script() public method

public Begindelete_application_presentation_script ( string scripts, System callback, object asyncState ) : System.IAsyncResult
scripts string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begindelete_application_presentation_script(string [] scripts, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_application_presentation_script", new object[] {
            scripts}, callback, asyncState);
        }