iControl.SystemConfigSync.Beginsave_encrypted_configuration C# (CSharp) Method

Beginsave_encrypted_configuration() public method

public Beginsave_encrypted_configuration ( string filename, string passphrase, System callback, object asyncState ) : System.IAsyncResult
filename string
passphrase string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginsave_encrypted_configuration(string filename,string passphrase, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("save_encrypted_configuration", new object[] {
            filename,
            passphrase}, callback, asyncState);
        }
SystemConfigSync