iControl.ManagementKeyCertificate.Beginkey_export_to_file C# (CSharp) Method

Beginkey_export_to_file() public method

public Beginkey_export_to_file ( ManagementKeyCertificateManagementModeType mode, string key_ids, string file_names, bool overwrite, System callback, object asyncState ) : System.IAsyncResult
mode ManagementKeyCertificateManagementModeType
key_ids string
file_names string
overwrite bool
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginkey_export_to_file(ManagementKeyCertificateManagementModeType mode,string [] key_ids,string [] file_names,bool overwrite, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("key_export_to_file", new object[] {
            mode,
            key_ids,
            file_names,
            overwrite}, callback, asyncState);
        }
ManagementKeyCertificate