C# Class Squared.Task.CancellationScope.CancellationScopeAwaiter

ファイルを表示 Open project: sq/Fracture

Public Properties

Property Type Description
Scope CancellationScope

Public Methods

Method Description
CancellationScopeAwaiter ( CancellationScope scope ) : System
GetResult ( ) : CancellationScope
OnCompleted ( System.Action continuation ) : void

Method Details

CancellationScopeAwaiter() public method

public CancellationScopeAwaiter ( CancellationScope scope ) : System
scope CancellationScope
return System

GetResult() public method

public GetResult ( ) : CancellationScope
return CancellationScope

OnCompleted() public method

public OnCompleted ( System.Action continuation ) : void
continuation System.Action
return void

Property Details

Scope public_oe property

public CancellationScope,Squared.Task Scope
return CancellationScope