Implements the thread abort from different threads.
Namespace:
SGP.XUtilityAssembly: SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718
Syntax
C# |
---|
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] protected override bool AbortWait( int millisecondsTimeout ) |
Parameters
- millisecondsTimeout
- Type: System..::.Int32
Duration in miliseconds.
Return Value
trueTruetruetrue (True in Visual Basic) if the thread is terminated before timeout.
Remarks
Designed for overriding.