C# 클래스 GpsBroadcaster.RespondToGeoPointMessageTask

상속: Task
파일 보기 프로젝트 열기: bakacaptain/istalkapp 1 사용 예제들

공개 메소드들

메소드 설명
RespondToGeoPointMessageTask ( Dispatcher disp, TaskHandler handler, ClientConnectionList list, ClientConnection client, ObservableCollection locs, GeoPointMessage msg ) : System

보호된 메소드들

메소드 설명
Execute ( object sender, System args ) : void

메소드 상세

Execute() 보호된 메소드

protected Execute ( object sender, System args ) : void
sender object
args System
리턴 void

RespondToGeoPointMessageTask() 공개 메소드

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
리턴 System