iControl.SystemConfigSync.Beginsave_partial_encrypted_configuration C# (CSharp) Method

Beginsave_partial_encrypted_configuration() public method

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