AbelCheng / sctl

(Migrated from CodePlex) The Silverlight Continuation Tasks Library provides a simplification to chain a continuation of asynchronous tasks, on completion, to invoke a second task ...

Home Page:https://sctl.codeplex.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Silverlight Continuation Tasks Library

The Silverlight Continuation Tasks Library provides a simplification to chain a continuation of asynchronous tasks, on completion, to invoke a second task ... one after another to any arbitrary length. The purpose of this library is to reduce Silverlight code from verbose asynchronous callback event handling.

Documentation

https://sctl.codeplex.com/
or
https://abelcheng.github.io/sctl/

About

(Migrated from CodePlex) The Silverlight Continuation Tasks Library provides a simplification to chain a continuation of asynchronous tasks, on completion, to invoke a second task ...

https://sctl.codeplex.com/

License:MIT License


Languages

Language:C# 100.0%