WebScriptHostHandler(HttpConfiguration, Int32, Int32) Constructor
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 WebScriptHostHandler (System.Web.Http.HttpConfiguration config, int hostTimeoutSeconds = 30, int hostRunningPollIntervalMS = 500);
new Microsoft.Azure.WebJobs.Script.WebHost.Handlers.WebScriptHostHandler : System.Web.Http.HttpConfiguration * int * int -> Microsoft.Azure.WebJobs.Script.WebHost.Handlers.WebScriptHostHandler
Public Sub New (config As HttpConfiguration, Optional hostTimeoutSeconds As Integer = 30, Optional hostRunningPollIntervalMS As Integer = 500)
Parameters
- config
- System.Web.Http.HttpConfiguration
- hostTimeoutSeconds
- Int32
- hostRunningPollIntervalMS
- Int32