C# Class DvachBrowser.Assets.HttpTasks.HttpBaseTask

Afficher le fichier Open project: vortexwolf/2ch-Browser-WP7

Protected Properties

Свойство Type Description
_isCancelled bool
_isExecuted bool

Méthodes publiques

Méthode Description
Cancel ( ) : void
Execute ( ) : void

Méthodes protégées

Méthode Description
InvokeInUiThread ( System.Action action ) : void
InvokeOnErrorHandler ( string message ) : void

Method Details

Cancel() public méthode

public Cancel ( ) : void
Résultat void

Execute() public méthode

public Execute ( ) : void
Résultat void

InvokeInUiThread() protected méthode

protected InvokeInUiThread ( System.Action action ) : void
action System.Action
Résultat void

InvokeOnErrorHandler() protected méthode

protected InvokeOnErrorHandler ( string message ) : void
message string
Résultat void

Property Details

_isCancelled protected_oe property

protected bool _isCancelled
Résultat bool

_isExecuted protected_oe property

protected bool _isExecuted
Résultat bool