C# Class App1.EntryPoint

Inheritance: IApplicationEntryPoint
Afficher le fichier Open project: Lokad/lokad-cloud-apphost-extensions

Méthodes publiques

Méthode Description
EntryPoint ( ) : System
OnSettingsChanged ( System.Xml.Linq.XElement settings ) : void
Run ( System.Xml.Linq.XElement settings, IDeploymentReader deploymentReader, IApplicationEnvironment environment, CancellationToken cancellationToken ) : void

Method Details

EntryPoint() public méthode

public EntryPoint ( ) : System
Résultat System

OnSettingsChanged() public méthode

public OnSettingsChanged ( System.Xml.Linq.XElement settings ) : void
settings System.Xml.Linq.XElement
Résultat void

Run() public méthode

public Run ( System.Xml.Linq.XElement settings, IDeploymentReader deploymentReader, IApplicationEnvironment environment, CancellationToken cancellationToken ) : void
settings System.Xml.Linq.XElement
deploymentReader IDeploymentReader
environment IApplicationEnvironment
cancellationToken System.Threading.CancellationToken
Résultat void