iControl.ManagementKeyCertificate.Endexport_to_archive_file C# (CSharp) Méthode

Endexport_to_archive_file() public méthode

public Endexport_to_archive_file ( System asyncResult ) : void
asyncResult System
Résultat void
        public void Endexport_to_archive_file(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }
ManagementKeyCertificate