C# Class DvachBrowser.Assets.HttpTasks.HttpBaseTask

Exibir arquivo Open project: vortexwolf/2ch-Browser-WP7

Protected Properties

Property Type Description
_isCancelled bool
_isExecuted bool

Public Methods

Method Description
Cancel ( ) : void
Execute ( ) : void

Protected Methods

Method Description
InvokeInUiThread ( System.Action action ) : void
InvokeOnErrorHandler ( string message ) : void

Method Details

Cancel() public method

public Cancel ( ) : void
return void

Execute() public method

public Execute ( ) : void
return void

InvokeInUiThread() protected method

protected InvokeInUiThread ( System.Action action ) : void
action System.Action
return void

InvokeOnErrorHandler() protected method

protected InvokeOnErrorHandler ( string message ) : void
message string
return void

Property Details

_isCancelled protected_oe property

protected bool _isCancelled
return bool

_isExecuted protected_oe property

protected bool _isExecuted
return bool