Thread.ResetAbort Yöntem

Tanım

Dikkat

Thread.ResetAbort is not supported and throws PlatformNotSupportedException.

Geçerli iş parçacığı için isteneni Abort(Object) iptal eder.

public:
 static void ResetAbort();
public static void ResetAbort ();
[System.Obsolete("Thread.ResetAbort is not supported and throws PlatformNotSupportedException.", DiagnosticId="SYSLIB0006", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public static void ResetAbort ();
static member ResetAbort : unit -> unit
[<System.Obsolete("Thread.ResetAbort is not supported and throws PlatformNotSupportedException.", DiagnosticId="SYSLIB0006", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
static member ResetAbort : unit -> unit
Public Shared Sub ResetAbort ()
Öznitelikler

Özel durumlar

Yalnızca .NET Core ve .NET 5+ : Her durumda.

Abort geçerli iş parçacığında çağrılmıyor.

Çağıranın geçerli iş parçacığı için gerekli güvenlik izni yok.

Açıklamalar

Bu yöntem yalnızca uygun izinlere sahip kod tarafından çağrılabilir.

bir iş parçacığını sonlandırmak için çağrısı Abort yapıldığında, sistem bir ThreadAbortExceptionoluşturur. ThreadAbortException uygulama kodu tarafından yakalanabilecek özel bir özel durumdur, ancak çağrılmadığı sürece ResetAbort catch bloğunun sonunda yeniden oluşturulur. ResetAbort durdurma isteğini iptal eder ve öğesinin ThreadAbortException iş parçacığını sonlandırmasını engeller.

yöntemini çağırmayı ResetAbort gösteren bir örnek için bkzThreadAbortException.

Şunlara uygulanır

Ayrıca bkz.