C# Class Caliburn.Micro.Coroutine

Manages coroutine execution.
Afficher le fichier Open project: bryanhunter/CaliburnMicroTalk

Méthodes publiques

Свойство Type Description
CreateParentEnumerator IResult>.Func

Méthodes publiques

Méthode Description
BeginExecute ( IEnumerator coroutine, ActionExecutionContext context = null, EventHandler callback = null ) : void

Executes a coroutine.

Method Details

BeginExecute() public static méthode

Executes a coroutine.
public static BeginExecute ( IEnumerator coroutine, ActionExecutionContext context = null, EventHandler callback = null ) : void
coroutine IEnumerator The coroutine to execute.
context ActionExecutionContext The context to execute the coroutine within.
callback EventHandler The completion callback for the coroutine.
Résultat void

Property Details

CreateParentEnumerator public_oe static_oe property

Creates the parent enumerator.
public static Func,IResult> CreateParentEnumerator
Résultat IResult>.Func