Amazon.DatabaseMigrationService.AmazonDatabaseMigrationServiceClient.BeginImportCertificate C# (CSharp) Method

BeginImportCertificate() public method

Initiates the asynchronous execution of the ImportCertificate operation.
public BeginImportCertificate ( ImportCertificateRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ImportCertificateRequest Container for the necessary parameters to execute the ImportCertificate operation on AmazonDatabaseMigrationServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult
        public IAsyncResult BeginImportCertificate(ImportCertificateRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new ImportCertificateRequestMarshaller();
            var unmarshaller = ImportCertificateResponseUnmarshaller.Instance;

            return BeginInvoke<ImportCertificateRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonDatabaseMigrationServiceClient