Table of Contents

Class JobHostFunctionTimeoutOptions

Namespace
Microsoft.Azure.WebJobs.Host
Assembly
Microsoft.Azure.WebJobs.Host.dll
public class JobHostFunctionTimeoutOptions
Inheritance
JobHostFunctionTimeoutOptions
Inherited Members

Constructors

JobHostFunctionTimeoutOptions()

public JobHostFunctionTimeoutOptions()

Properties

GracePeriod

public TimeSpan GracePeriod { get; set; }

Property Value

TimeSpan

ThrowOnTimeout

public bool ThrowOnTimeout { get; set; }

Property Value

bool

Timeout

public TimeSpan Timeout { get; set; }

Property Value

TimeSpan

TimeoutWhileDebugging

public bool TimeoutWhileDebugging { get; set; }

Property Value

bool