NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Thread.ResetAbort

Resets a Abort.

[Visual Basic]
Public Shared Sub ResetAbort()
[C#]
public static void ResetAbort();
[C++]
public: static void ResetAbort();
[JScript]
public static function ResetAbort();

Remarks

Should be called by trusted code only.

Code needs to have the UnmanagedCode permission to call ResetAbort.

See Also

Thread Class | Thread Members | System.Threading Namespace