iControl.iCallScript.Begindelete_script C# (CSharp) Метод

Begindelete_script() публичный Метод

public Begindelete_script ( string scripts, System callback, object asyncState ) : System.IAsyncResult
scripts string
callback System
asyncState object
Результат System.IAsyncResult
        public System.IAsyncResult Begindelete_script(string [] scripts, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_script", new object[] {
            scripts}, callback, asyncState);
        }