iControl.SystemConfigSync.Beginget_single_configuration_file_list C# (CSharp) Method

Beginget_single_configuration_file_list() public method

public Beginget_single_configuration_file_list ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_single_configuration_file_list(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_single_configuration_file_list", new object[0], callback, asyncState);
        }
SystemConfigSync