C# Class GpsBroadcaster.UpdaterTask

Inheritance: Task
Exibir arquivo Open project: bakacaptain/istalkapp Class Usage Examples

Public Methods

Method Description
UpdaterTask ( Dispatcher disp, TaskHandler handler, ClientConnectionList list, ObservableCollection userLocations ) : System

Protected Methods

Method Description
Execute ( object sender, System args ) : void

Method Details

Execute() protected method

protected Execute ( object sender, System args ) : void
sender object
args System
return void

UpdaterTask() public method

public UpdaterTask ( Dispatcher disp, TaskHandler handler, ClientConnectionList list, ObservableCollection userLocations ) : System
disp System.Windows.Threading.Dispatcher
handler TaskHandler
list ClientConnectionList
userLocations ObservableCollection
return System