IServer.Start<TContext>(IHttpApplication<TContext>) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Starten Sie den Server mit einer Anwendung.
public:
generic <typename TContext>
void Start(Microsoft::AspNetCore::Hosting::Server::IHttpApplication<TContext> ^ application);
public void Start<TContext> (Microsoft.AspNetCore.Hosting.Server.IHttpApplication<TContext> application);
abstract member Start : Microsoft.AspNetCore.Hosting.Server.IHttpApplication<'Context> -> unit
Public Sub Start(Of TContext) (application As IHttpApplication(Of TContext))
Typparameter
- TContext
Der der Anwendung zugeordnete Kontext.
Parameter
- application
- IHttpApplication<TContext>
Eine Instanz von IHttpApplication<TContext>.