iControl.SystemConfigSync.save_partial_encrypted_configuration C# (CSharp) 메소드

save_partial_encrypted_configuration() 개인적인 메소드

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
리턴 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