C# 클래스 DvachBrowser.Assets.HttpTasks.HttpBaseTask

파일 보기 프로젝트 열기: vortexwolf/2ch-Browser-WP7

보호된 프로퍼티들

프로퍼티 타입 설명
_isCancelled bool
_isExecuted bool

공개 메소드들

메소드 설명
Cancel ( ) : void
Execute ( ) : void

보호된 메소드들

메소드 설명
InvokeInUiThread ( System.Action action ) : void
InvokeOnErrorHandler ( string message ) : void

메소드 상세

Cancel() 공개 메소드

public Cancel ( ) : void
리턴 void

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

InvokeInUiThread() 보호된 메소드

protected InvokeInUiThread ( System.Action action ) : void
action System.Action
리턴 void

InvokeOnErrorHandler() 보호된 메소드

protected InvokeOnErrorHandler ( string message ) : void
message string
리턴 void

프로퍼티 상세

_isCancelled 보호되어 있는 프로퍼티

protected bool _isCancelled
리턴 bool

_isExecuted 보호되어 있는 프로퍼티

protected bool _isExecuted
리턴 bool