iControl.SystemConfigSync.save_partial_encrypted_configuration C# (CSharp) Method

save_partial_encrypted_configuration() private method

private save_partial_encrypted_configuration ( string filename, string passphrase, SystemConfigSyncConfigExcludeComponent features_to_exclude, SystemConfigSyncConfigIncludeComponent features_to_include ) : void
filename string
passphrase string
features_to_exclude SystemConfigSyncConfigExcludeComponent
features_to_include SystemConfigSyncConfigIncludeComponent
return void
        public void save_partial_encrypted_configuration(
		string filename,
		string passphrase,
		SystemConfigSyncConfigExcludeComponent [] features_to_exclude,
		SystemConfigSyncConfigIncludeComponent [] features_to_include
	)
        {
            this.Invoke("save_partial_encrypted_configuration", new object [] {
                filename,
                passphrase,
                features_to_exclude,
                features_to_include});
        }
SystemConfigSync