iControl.ManagementKeyCertificate.Begincertificate_import_from_pem C# (CSharp) Method

Begincertificate_import_from_pem() public method

public Begincertificate_import_from_pem ( ManagementKeyCertificateManagementModeType mode, string cert_ids, string pem_data, bool overwrite, System callback, object asyncState ) : System.IAsyncResult
mode ManagementKeyCertificateManagementModeType
cert_ids string
pem_data string
overwrite bool
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begincertificate_import_from_pem(ManagementKeyCertificateManagementModeType mode,string [] cert_ids,string [] pem_data,bool overwrite, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("certificate_import_from_pem", new object[] {
            mode,
            cert_ids,
            pem_data,
            overwrite}, callback, asyncState);
        }
ManagementKeyCertificate