SignalR.Progress
SignalR.Progress copied to clipboard
Example of an Async task progression report with signalR, .net MVC and twitter bootstrap
SignalR.Progress
C# 5.0 async task progression report with signalR.
This example show how to :
- Start a task
- See task progression
- Cancel task
It's based on :
- twitter bootstrap
- knockoutjs
- signalR
- C# 5.0 async/await with CancelToken and IProgress
