 | AbortableAbort(Object) method |
Note: The API is now obsolete.
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.
Namespace: NetEti.ApplicationControlAssembly: NetEti.ProcessTools (in NetEti.ProcessTools.dll) Version: 1.0.0+3226eb04384bdec34e8eaa040302e1906383a7b4
Syntax[ObsoleteAttribute]
public void Abortion(
Object? stateInfo
)
<ObsoleteAttribute>
Public Sub Abortion (
stateInfo As Object
)
public:
[ObsoleteAttribute]
void Abortion(
Object^ stateInfo
)
[<ObsoleteAttribute>]
member Abortion :
stateInfo : Object -> unit
Parameters
- stateInfo Object
- StateInfo or null.
Exceptions
See also