iControl.ManagementKeyCertificate.Beginget_certificate_list_v2 C# (CSharp) Method

Beginget_certificate_list_v2() public method

public Beginget_certificate_list_v2 ( ManagementKeyCertificateManagementModeType mode, System callback, object asyncState ) : System.IAsyncResult
mode ManagementKeyCertificateManagementModeType
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_certificate_list_v2(ManagementKeyCertificateManagementModeType mode, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_certificate_list_v2", new object[] {
            mode}, callback, asyncState);
        }
ManagementKeyCertificate