iControl.LTConfigField.Beginget_db_variable_mirror_information C# (CSharp) Method

Beginget_db_variable_mirror_information() public method

public Beginget_db_variable_mirror_information ( string class_names, string field_names, System callback, object asyncState ) : System.IAsyncResult
class_names string
field_names string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_db_variable_mirror_information(string [] class_names,string [] [] field_names, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_db_variable_mirror_information", new object[] {
            class_names,
            field_names}, callback, asyncState);
        }