Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
C# (CSharp) IAppHost.Run Exemples
Langage de programmation:
C# (CSharp)
Class/Type:
IAppHost
Méthode/Fonction:
Run
Exemples au hotexamples.com:
1
C# (CSharp) IAppHost.Run - 1 exemples trouvés
. Ce sont les exemples réels les mieux notés de
IAppHost.Run
extraits de projets open source. Vous pouvez noter les exemples pour nous aider à en améliorer la qualité.
Méthodes fréquemment utilisées
Afficher
Cacher
RegisterService(30)
GetPlugin(30)
GetContainer(30)
Register(28)
Resolve(15)
LoadPlugin(14)
RegisterAs(13)
TryResolve(11)
RegisterServices(7)
AssertPlugin(7)
Link(6)
ConfigurePlugin(5)
Release(4)
Self(4)
OnEndRequest(4)
MapProjectPath(3)
AddToAppMetadata(3)
NotifyStartupException(3)
RegisterServicesInAssembly(2)
RunAsync(2)
Parent(2)
Add(2)
HasMultiplePlugins(2)
GetString(2)
GetType(2)
WaitForTokenShutdownAsync(2)
OnServiceException(1)
ConfigureTypes(1)
WaitForShutdownAsync(1)
ConfigureOperations(1)
StopAsync(1)
Stop(1)
Start(1)
Shutdown(1)
ConfigureServices(1)
Run(1)
OnPreInitialize(1)
Dispose(1)
OnPostInitialize(1)
Get(1)
GetApp(1)
GetConnectionString(1)
GetHostingEnvironment(1)
GetOptional(1)
PublishMessage(1)
DoSomeWork(1)
Méthodes fréquemment utilisées
RegisterService (30)
GetPlugin (30)
GetContainer (30)
Register (28)
Resolve (15)
LoadPlugin (14)
RegisterAs (13)
TryResolve (11)
RegisterServices (7)
AssertPlugin (7)
Méthodes fréquemment utilisées
Link (6)
ConfigurePlugin (5)
Release (4)
Self (4)
OnEndRequest (4)
MapProjectPath (3)
AddToAppMetadata (3)
NotifyStartupException (3)
RegisterServicesInAssembly (2)
RunAsync (2)
Parent (2)
Add (2)
HasMultiplePlugins (2)
GetString (2)
GetType (2)
WaitForTokenShutdownAsync (2)
OnServiceException (1)
ConfigureTypes (1)
WaitForShutdownAsync (1)
ConfigureOperations (1)
Méthodes fréquemment utilisées
Parent (2)
Add (2)
HasMultiplePlugins (2)
GetString (2)
GetType (2)
WaitForTokenShutdownAsync (2)
OnServiceException (1)
ConfigureTypes (1)
WaitForShutdownAsync (1)
ConfigureOperations (1)
StopAsync (1)
Stop (1)
Start (1)
Shutdown (1)
ConfigureServices (1)
Run (1)
OnPreInitialize (1)
Dispose (1)
OnPostInitialize (1)
Get (1)
GetApp (1)
GetConnectionString (1)
GetHostingEnvironment (1)
GetOptional (1)
PublishMessage (1)
DoSomeWork (1)
Méthodes fréquemment utilisées
StopAsync (1)
Stop (1)
Start (1)
Shutdown (1)
ConfigureServices (1)
Run (1)
OnPreInitialize (1)
Dispose (1)
OnPostInitialize (1)
Get (1)
GetApp (1)
GetConnectionString (1)
GetHostingEnvironment (1)
GetOptional (1)
PublishMessage (1)
DoSomeWork (1)
Exemple #1
0
Afficher le fichier
Fichier :
AppHostExtensions.cs
Projet :
baldur-se/BaldurToolkit
public static void Run(this IAppHost appHost, IApp app) { appHost.Run(new[] { app }); }
x