iControl.ManagementKeyCertificate.Beginimport_all_from_archive_file C# (CSharp) Method

Beginimport_all_from_archive_file() public method

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