C# Class Squared.Task.CancellationScope.Registration

Afficher le fichier Open project: sq/Fracture Class Usage Examples

Méthodes publiques

Свойство Type Description
Scheduler TaskScheduler
Scope CancellationScope

Méthodes publiques

Méthode Description
OnComplete ( System.Action continuation ) : Squared.Threading.OnComplete
Registration ( ) : System
ThrowIfCanceled ( ) : void

Private Methods

Méthode Description
_OnComplete ( IFuture f ) : void

Method Details

OnComplete() public méthode

public OnComplete ( System.Action continuation ) : Squared.Threading.OnComplete
continuation System.Action
Résultat Squared.Threading.OnComplete

Registration() public méthode

public Registration ( ) : System
Résultat System

ThrowIfCanceled() public méthode

public ThrowIfCanceled ( ) : void
Résultat void

Property Details

Scheduler public_oe property

public TaskScheduler Scheduler
Résultat TaskScheduler

Scope public_oe property

public CancellationScope,Squared.Task Scope
Résultat CancellationScope