iControl.LocalLBDataGroupFile.Begindelete_data_group_file C# (CSharp) Method

Begindelete_data_group_file() public method

public Begindelete_data_group_file ( string files, System callback, object asyncState ) : System.IAsyncResult
files string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begindelete_data_group_file(string [] files, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_data_group_file", new object[] {
            files}, callback, asyncState);
        }