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

EndRefreshSchemas() public method

Finishes the asynchronous execution of the RefreshSchemas operation.
public EndRefreshSchemas ( IAsyncResult asyncResult ) : RefreshSchemasResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRefreshSchemas.
return RefreshSchemasResponse
        public  RefreshSchemasResponse EndRefreshSchemas(IAsyncResult asyncResult)
        {
            return EndInvoke<RefreshSchemasResponse>(asyncResult);
        }
AmazonDatabaseMigrationServiceClient