Table of Contents

Interface IOnTenantDatabaseCreatedServerMethod

Namespace
GroupeIsa.Neos.Application.MultiTenant
Assembly
GroupeIsa.Neos.Application.Abstractions.dll

Defines the OnTenantDatabaseCreatedServerMethod.

[Obsolete("Use ITenantDatabaseMigrationInterceptor instead.")]
public interface IOnTenantDatabaseCreatedServerMethod

Methods

ExecuteAsync(CreatedTenantInfo)

Executes.

Task<Result> ExecuteAsync(CreatedTenantInfo createdTenantInfo)

Parameters

createdTenantInfo CreatedTenantInfo

The created tenant info.

Returns

Task<Result>

Result.