iControl.ManagementKeyCertificate.Beginexport_to_archive_file C# (CSharp) Method

Beginexport_to_archive_file() public method

public Beginexport_to_archive_file ( ManagementKeyCertificateManagementModeType mode, string archive_location, string archive_name, string keys, string certs, System callback, object asyncState ) : System.IAsyncResult
mode ManagementKeyCertificateManagementModeType
archive_location string
archive_name string
keys string
certs string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginexport_to_archive_file(ManagementKeyCertificateManagementModeType mode,string archive_location,string archive_name,string [] keys,string [] certs, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("export_to_archive_file", new object[] {
            mode,
            archive_location,
            archive_name,
            keys,
            certs}, callback, asyncState);
        }
ManagementKeyCertificate