iControl.SystemConfigSync.Begininstall_all_encrypted_configuration C# (CSharp) Method

Begininstall_all_encrypted_configuration() public method

public Begininstall_all_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 Begininstall_all_encrypted_configuration(string filename,string passphrase, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("install_all_encrypted_configuration", new object[] {
            filename,
            passphrase}, callback, asyncState);
        }
SystemConfigSync