CreateVirtualDirectory.

AspThreadGateEnabled Property

Summary

Indicates whether IIS thread gating is enabled (only applies to IIS 4 and 5). The default is false.

Syntax

[TaskAttribute("aspthreadgateenabled"), IisProperty]
public bool AspThreadGateEnabled { get; set; }

Remarks

IIS performs thread gating to dynamically control the number of concurrently executing threads, in response to varying load conditions.

Attributes

Type Description
TaskAttribute
CreateVirtualDirectory.IisPropertyAttribute

Value

Type Description
bool