iControl.LocalLBiFile.Begincreate C# (CSharp) Method

Begincreate() public method

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