C# Class GpsBroadcaster.RespondToGeoPointMessageTask

Inheritance: Task
Show file Open project: bakacaptain/istalkapp Class Usage Examples

Public Methods

Method Description
RespondToGeoPointMessageTask ( Dispatcher disp, TaskHandler handler, ClientConnectionList list, ClientConnection client, ObservableCollection locs, GeoPointMessage msg ) : 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

RespondToGeoPointMessageTask() public method

public RespondToGeoPointMessageTask ( Dispatcher disp, TaskHandler handler, ClientConnectionList list, ClientConnection client, ObservableCollection locs, GeoPointMessage msg ) : System
disp System.Windows.Threading.Dispatcher
handler TaskHandler
list ClientConnectionList
client ServerNetworkConnections.ClientConnection
locs ObservableCollection
msg GeoPointMessage
return System