IServer.Start<TContext>(IHttpApplication<TContext>) Methode

Definition

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

Gilt für: