Click or drag to resize

AbortableAbort(Object) Methode

Hinweis: Die API ist nun obsolet.

Is no longer supported. Throws a System.Threading.ThreadAbortException on the thread on which the call was done to start thread termination. By calling this method the thread is usually terminated. Exceptions: T:System.PlatformNotSupportedException: .NET Core only: This member is not supported. T:System.Security.SecurityException: The caller does not have the required permission. T:System.Threading.ThreadStateException: The thread that was killed is currently suspended.

Namensraum: NetEti.ApplicationControl
Assembly: NetEti.ProcessTools (in NetEti.ProcessTools.dll) Version: 1.0.0+6e6ab0c4fed8e24cd32ff9136ecb6b264898a6a9
Syntax
[ObsoleteAttribute]
public void Abort(
	Object? stateInfo
)

Parameter

stateInfo  Object
StateInfo or null.
Ausnahmen
Siehe auch