Interface IEndpointPreflightContext
Interface for contextual information about an endpoint useful for preflight checks.
Namespace: Tableau.Migration.Engine.Hooks.InitializeMigration
Assembly: Tableau.Migration.dll
Syntax
public interface IEndpointPreflightContext
Properties
Endpoint
Gets the endpoint.
Declaration
IMigrationEndpoint Endpoint { get; }
Property Value
| Type | Description |
|---|---|
| IMigrationEndpoint |
Session
Gets the signed in session info.
Declaration
IServerSession Session { get; }
Property Value
| Type | Description |
|---|---|
| IServerSession |
Site
Gets the signed in site info.
Declaration
ISite Site { get; }
Property Value
| Type | Description |
|---|---|
| ISite |