Delegate MigrationServiceFactory
Function that creates a migration service from a service provider.
Namespace: Tableau.Migration.Engine.Services
Assembly: Tableau.Migration.dll
Syntax
public delegate object MigrationServiceFactory(MigrationServiceFactoryContext ctx)
Parameters
| Type | Name | Description |
|---|---|---|
| MigrationServiceFactoryContext | ctx | The service factory context. |
Returns
| Type | Description |
|---|---|
| object | The service. |