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

Beginexport_all_to_archive_stream() public méthode

public Beginexport_all_to_archive_stream ( ManagementKeyCertificateManagementModeType mode, System callback, object asyncState ) : System.IAsyncResult
mode ManagementKeyCertificateManagementModeType
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginexport_all_to_archive_stream(ManagementKeyCertificateManagementModeType mode, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("export_all_to_archive_stream", new object[] {
            mode}, callback, asyncState);
        }
ManagementKeyCertificate