iControl.LocalLBiFile.Begindelete_ifile C# (CSharp) Method

Begindelete_ifile() public method

public Begindelete_ifile ( string names, System callback, object asyncState ) : System.IAsyncResult
names string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begindelete_ifile(string [] names, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_ifile", new object[] {
            names}, callback, asyncState);
        }