Thread2::Thaw Method ()

 

Allows the thread to resume execution.

Namespace:   EnvDTE90
Assembly:  EnvDTE90 (in EnvDTE90.dll)

void Thaw()

Implements

Thread::Thaw()

After a thread has been frozen, this method allows the thread to continue to execute.

The following example demonstrates how to use the Freeze method.

No code example is currently available or this language may not be supported.
Return to top
Show: