Amazon.ServerMigrationService.AmazonServerMigrationServiceClient.EndImportServerCatalog C# (CSharp) Method

EndImportServerCatalog() public method

Finishes the asynchronous execution of the ImportServerCatalog operation.
public EndImportServerCatalog ( IAsyncResult asyncResult ) : ImportServerCatalogResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginImportServerCatalog.
return ImportServerCatalogResponse
        public  ImportServerCatalogResponse EndImportServerCatalog(IAsyncResult asyncResult)
        {
            return EndInvoke<ImportServerCatalogResponse>(asyncResult);
        }