C# Class BaconographyWP8.PlatformServices.SystemServices

Inheritance: ISystemServices
Afficher le fichier Open project: Synergex/Baconography Class Usage Examples

Méthodes publiques

Свойство Type Description
_uiDispatcher System.Windows.Threading.Dispatcher

Méthodes publiques

Méthode Description
RestartTimer ( object tickHandle ) : void
RunAsync ( Task>.Func action ) : void
StartThreadPoolTimer ( Task>.Func action, System.TimeSpan timer ) : void
StartTimer ( EventHandler tickHandler, System.TimeSpan tickSpan, bool uiThread ) : object
StopTimer ( object tickHandle ) : void
SystemServices ( ) : BaconographyPortable.Services

Private Methods

Méthode Description
networkStatusChanged ( object sender ) : void

Method Details

RestartTimer() public méthode

public RestartTimer ( object tickHandle ) : void
tickHandle object
Résultat void

RunAsync() public méthode

public RunAsync ( Task>.Func action ) : void
action Task>.Func
Résultat void

StartThreadPoolTimer() public méthode

public StartThreadPoolTimer ( Task>.Func action, System.TimeSpan timer ) : void
action Task>.Func
timer System.TimeSpan
Résultat void

StartTimer() public méthode

public StartTimer ( EventHandler tickHandler, System.TimeSpan tickSpan, bool uiThread ) : object
tickHandler EventHandler
tickSpan System.TimeSpan
uiThread bool
Résultat object

StopTimer() public méthode

public StopTimer ( object tickHandle ) : void
tickHandle object
Résultat void

SystemServices() public méthode

public SystemServices ( ) : BaconographyPortable.Services
Résultat BaconographyPortable.Services

Property Details

_uiDispatcher public_oe static_oe property

public static Dispatcher,System.Windows.Threading _uiDispatcher
Résultat System.Windows.Threading.Dispatcher