C# Class LinqTwit.Infrastructure.AsyncManager

Inheritance: IAsyncManager
Mostrar archivo Open project: ArildF/linqtwit

Public Methods

Method Description
AsyncManager ( IDispatcherFacade context ) : System
RunAsync ( IEnumerable enumerable ) : void

Method Details

AsyncManager() public method

public AsyncManager ( IDispatcherFacade context ) : System
context IDispatcherFacade
return System

RunAsync() public method

public RunAsync ( IEnumerable enumerable ) : void
enumerable IEnumerable
return void