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

Beginget_key_list_v2() public méthode

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