Compartir a través de


WebScriptHostManager Clase

Definición

public class WebScriptHostManager : Microsoft.Azure.WebJobs.Script.ScriptHostManager
type WebScriptHostManager = class
    inherit ScriptHostManager
Public Class WebScriptHostManager
Inherits ScriptHostManager
Herencia
WebScriptHostManager

Constructores

WebScriptHostManager(ScriptHostConfiguration, ISecretManagerFactory, ScriptSettingsManager, WebHostSettings)
WebScriptHostManager(ScriptHostConfiguration, ISecretManagerFactory, ScriptSettingsManager, WebHostSettings, IScriptHostFactory)
WebScriptHostManager(ScriptHostConfiguration, ISecretManagerFactory, ScriptSettingsManager, WebHostSettings, IScriptHostFactory, ISecretsRepositoryFactory)

Propiedades

HttpFunctions
HttpRequestManager
Initialized
Instance (Heredado de ScriptHostManager)
InStandbyMode
LastError (Heredado de ScriptHostManager)
PerformanceManager
SecretManager
State (Heredado de ScriptHostManager)
SwaggerDocumentManager

Métodos

CanInvoke() (Heredado de ScriptHostManager)
Dispose() (Heredado de ScriptHostManager)
Dispose(Boolean)
GetHttpFunctionOrNull(HttpRequestMessage)
HandleRequestAsync(FunctionDescriptor, HttpRequestMessage, CancellationToken)
Initialize()
OnHostCreated()
OnHostStarted()
OnInitializeConfig(ScriptHostConfiguration)
RestartHost() (Heredado de ScriptHostManager)
RunAndBlock(CancellationToken) (Heredado de ScriptHostManager)
Shutdown()
Stop() (Heredado de ScriptHostManager)
StopAsync() (Heredado de ScriptHostManager)
WarmUp(WebHostSettings)

Se aplica a