ProcessThread::ResetIdealProcessor Method ()

 

Resets the ideal processor for this thread to indicate that there is no single ideal processor. In other words, so that any processor is ideal.

Namespace:   System.Diagnostics
Assembly:  System (in System.dll)

public:
void ResetIdealProcessor()

Exception Condition
Win32Exception

The ideal processor could not be reset.

PlatformNotSupportedException

The platform is Windows 98 or Windows Millennium Edition.

NotSupportedException

The process is on a remote computer.

.NET Framework
Available since 1.1
Return to top
Show: