C# Class MediaOwl.Services.LastFmResults.LoadLastFmXmlDataResult

This IResult asyncronously loads XmlData. It has a built in StopWatch, which acts like a timeout-timer.
Inheritance: IResult
显示文件 Open project: Slesa/Playground

Private Properties

Property Type Description

Public Methods

Method Description
Execute ( ActionExecutionContext context ) : void

Executes the result using the specified context.

LoadLastFmXmlDataResult ( string searchString, LastFmRepository repository, LastFmRepository addToRepository ) : System

The constructor

Method Details

Execute() public method

Executes the result using the specified context.
public Execute ( ActionExecutionContext context ) : void
context Caliburn.Micro.ActionExecutionContext The context.
return void

LoadLastFmXmlDataResult() public method

The constructor
public LoadLastFmXmlDataResult ( string searchString, LastFmRepository repository, LastFmRepository addToRepository ) : System
searchString string The searchstring built by the .
repository MediaOwl.Model.LastFmRepository The repository to pass the result to.
addToRepository MediaOwl.Model.LastFmRepository The type of result.
return System