Amazon.ServerMigrationService.AmazonServerMigrationServiceClient.EndImportServerCatalog C# (CSharp) 메소드

EndImportServerCatalog() 공개 메소드

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