WebScriptHostManager Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class WebScriptHostManager : Microsoft.Azure.WebJobs.Script.ScriptHostManager
type WebScriptHostManager = class
inherit ScriptHostManager
Public Class WebScriptHostManager
Inherits ScriptHostManager
- Inheritance
Constructors
Properties
HttpFunctions | |
HttpRequestManager | |
Initialized | |
Instance | (Inherited from ScriptHostManager) |
InStandbyMode | |
LastError | (Inherited from ScriptHostManager) |
PerformanceManager | |
SecretManager | |
State | (Inherited from ScriptHostManager) |
SwaggerDocumentManager |
Methods
CanInvoke() | (Inherited from ScriptHostManager) |
Dispose() | (Inherited from ScriptHostManager) |
Dispose(Boolean) | |
GetHttpFunctionOrNull(HttpRequestMessage) | |
HandleRequestAsync(FunctionDescriptor, HttpRequestMessage, CancellationToken) | |
Initialize() | |
OnHostCreated() | |
OnHostStarted() | |
OnInitializeConfig(ScriptHostConfiguration) | |
RestartHost() | (Inherited from ScriptHostManager) |
RunAndBlock(CancellationToken) | (Inherited from ScriptHostManager) |
Shutdown() | |
Stop() | (Inherited from ScriptHostManager) |
StopAsync() | (Inherited from ScriptHostManager) |
WarmUp(WebHostSettings) |
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.