Share via


ThreadPoolThrottle.Priority Property

The thread priority at which thread pool threads dispatched to handle work items for this throttle class will run.

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Public Property Priority As ThreadPriority
public ThreadPriority Priority { get; set; }
public:
property ThreadPriority Priority {
    ThreadPriority get ();
    void set (ThreadPriority value);
}
member Priority : ThreadPriority with get, set
function get Priority () : ThreadPriority 
function set Priority (value : ThreadPriority)

Property Value

Type: System.Threading.ThreadPriority

.NET Framework Security

See Also

Reference

ThreadPoolThrottle Class

Microsoft.TeamFoundation.Server.Core Namespace