Compartilhar via


WebScriptHostManager Classe

Definição

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

Construtores

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

Propriedades

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

Métodos

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

Aplica-se a