C# 클래스 MediaOwl.Services.LastFmResults.LoadLastFmXmlDataResult

This IResult asyncronously loads XmlData. It has a built in StopWatch, which acts like a timeout-timer.
상속: IResult
파일 보기 프로젝트 열기: Slesa/Playground

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Execute ( ActionExecutionContext context ) : void

Executes the result using the specified context.

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

The constructor

메소드 상세

Execute() 공개 메소드

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

LoadLastFmXmlDataResult() 공개 메소드

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.
리턴 System