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

EndDeleteServerCatalog() public method

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