C# Class BaconographyWP8.PlatformServices.SystemServices

Inheritance: ISystemServices
Datei anzeigen Open project: Synergex/Baconography Class Usage Examples

Public Properties

Property Type Description
_uiDispatcher System.Windows.Threading.Dispatcher

Public Methods

Method 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

Method Description
networkStatusChanged ( object sender ) : void

Method Details

RestartTimer() public method

public RestartTimer ( object tickHandle ) : void
tickHandle object
return void

RunAsync() public method

public RunAsync ( Task>.Func action ) : void
action Task>.Func
return void

StartThreadPoolTimer() public method

public StartThreadPoolTimer ( Task>.Func action, System.TimeSpan timer ) : void
action Task>.Func
timer System.TimeSpan
return void

StartTimer() public method

public StartTimer ( EventHandler tickHandler, System.TimeSpan tickSpan, bool uiThread ) : object
tickHandler EventHandler
tickSpan System.TimeSpan
uiThread bool
return object

StopTimer() public method

public StopTimer ( object tickHandle ) : void
tickHandle object
return void

SystemServices() public method

public SystemServices ( ) : BaconographyPortable.Services
return BaconographyPortable.Services

Property Details

_uiDispatcher public_oe static_oe property

public static Dispatcher,System.Windows.Threading _uiDispatcher
return System.Windows.Threading.Dispatcher