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

EndDeleteServerCatalog() 공개 메소드

Finishes the asynchronous execution of the DeleteServerCatalog operation.
public EndDeleteServerCatalog ( IAsyncResult asyncResult ) : DeleteServerCatalogResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteServerCatalog.
리턴 DeleteServerCatalogResponse
        public  DeleteServerCatalogResponse EndDeleteServerCatalog(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteServerCatalogResponse>(asyncResult);
        }