Namespace Tableau.Migration.Interop.Hooks
Interfaces
ISyncContentBatchMigrationCompletedHook<TContent>
Interface representing a hook called synchronously when a IContentBatchMigrator<TContent> completes.
ISyncInitializeMigrationHook
Interface representing a hook called synchronously before a migration begins.
ISyncMigrationActionCompletedHook
Interface representing a hook called synchronously when a IMigrationAction completes.
ISyncMigrationHook<TContext>
Interface for a synchronously callback that is called by the migration engine.