C# 클래스 GpsBroadcaster.UpdaterTask

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

공개 메소드들

메소드 설명
UpdaterTask ( Dispatcher disp, TaskHandler handler, ClientConnectionList list, ObservableCollection userLocations ) : System

보호된 메소드들

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

메소드 상세

Execute() 보호된 메소드

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

UpdaterTask() 공개 메소드

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