Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
C# (CSharp) IAppHost.Run Examples
Programming Language:
C# (CSharp)
Class/Type:
IAppHost
Method/Function:
Run
Examples at hotexamples.com:
1
C# (CSharp) IAppHost.Run - 1 examples found
. These are the top rated real world C# (CSharp) examples of
IAppHost.Run
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
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)
Frequently Used Methods
RegisterService (30)
GetPlugin (30)
GetContainer (30)
Register (28)
Resolve (15)
LoadPlugin (14)
RegisterAs (13)
TryResolve (11)
RegisterServices (7)
AssertPlugin (7)
Frequently Used Methods
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)
Frequently Used Methods
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)
Frequently Used Methods
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)
Example #1
0
Show file
File:
AppHostExtensions.cs
Project:
baldur-se/BaldurToolkit
public static void Run(this IAppHost appHost, IApp app) { appHost.Run(new[] { app }); }
x