iControl.LocalLBiFile.Begindelete_all_ifiles C# (CSharp) Метод

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

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