C# Class Squared.Task.CancellationScope.CancellationScopeAwaiter

Afficher le fichier Open project: sq/Fracture

Méthodes publiques

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

Méthodes publiques

Méthode Description
CancellationScopeAwaiter ( CancellationScope scope ) : System
GetResult ( ) : CancellationScope
OnCompleted ( System.Action continuation ) : void

Method Details

CancellationScopeAwaiter() public méthode

public CancellationScopeAwaiter ( CancellationScope scope ) : System
scope CancellationScope
Résultat System

GetResult() public méthode

public GetResult ( ) : CancellationScope
Résultat CancellationScope

OnCompleted() public méthode

public OnCompleted ( System.Action continuation ) : void
continuation System.Action
Résultat void

Property Details

Scope public_oe property

public CancellationScope,Squared.Task Scope
Résultat CancellationScope