iControl.SystemConfigSync.Beginsave_partial_configuration C# (CSharp) Method

Beginsave_partial_configuration() public method

public Beginsave_partial_configuration ( string filename, SystemConfigSyncSaveMode save_flag, SystemConfigSyncConfigExcludeComponent features_to_exclude, SystemConfigSyncConfigIncludeComponent features_to_include, System callback, object asyncState ) : System.IAsyncResult
filename string
save_flag SystemConfigSyncSaveMode
features_to_exclude SystemConfigSyncConfigExcludeComponent
features_to_include SystemConfigSyncConfigIncludeComponent
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginsave_partial_configuration(string filename,SystemConfigSyncSaveMode save_flag,SystemConfigSyncConfigExcludeComponent [] features_to_exclude,SystemConfigSyncConfigIncludeComponent [] features_to_include, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("save_partial_configuration", new object[] {
            filename,
            save_flag,
            features_to_exclude,
            features_to_include}, callback, asyncState);
        }
SystemConfigSync