CancellationTokenRegistration.Unregister Método
Definición
Elimina el registro y anula el registro de la devolución de llamada de destino del elemento CancellationToken asociado.Disposes of the registration and unregisters the target callback from the associated CancellationToken.
public:
bool Unregister();
public bool Unregister ();
member this.Unregister : unit -> bool
Public Function Unregister () As Boolean
Devoluciones
true
si el método se ejecuta correctamente; de lo contrario, false
.true
if the method succeeds; otherwise, false
.