Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.