C# 클래스 NextbusNET.NextbusAsyncClient

상속: INextbusAsyncClient
파일 보기 프로젝트 열기: bogeaperez/NextbusNET

공개 메소드들

메소드 설명
GetAgencies ( ) : Task>
GetPredictions ( string agencyTag, int stopId, string routeTag = null ) : Task>
GetPredictions ( string agencyTag, string stopTag, string routeTag ) : Task>
GetPredictionsForMultiStops ( string agencyTag ) : Task>
GetRouteConfig ( string agencyTag, string routeTag ) : Task
GetRoutes ( string agencyTag ) : Task>
GetSchedule ( string agencyTag, string routeTag ) : Task>
GetVehicles ( string agency, string route, int epoch ) : Task

비공개 메소드들

메소드 설명
ExecuteRequest ( Request request ) : Task

메소드 상세

GetAgencies() 공개 메소드

public GetAgencies ( ) : Task>
리턴 Task>

GetPredictions() 공개 메소드

public GetPredictions ( string agencyTag, int stopId, string routeTag = null ) : Task>
agencyTag string
stopId int
routeTag string
리턴 Task>

GetPredictions() 공개 메소드

public GetPredictions ( string agencyTag, string stopTag, string routeTag ) : Task>
agencyTag string
stopTag string
routeTag string
리턴 Task>

GetPredictionsForMultiStops() 공개 메소드

public GetPredictionsForMultiStops ( string agencyTag ) : Task>
agencyTag string
리턴 Task>

GetRouteConfig() 공개 메소드

public GetRouteConfig ( string agencyTag, string routeTag ) : Task
agencyTag string
routeTag string
리턴 Task

GetRoutes() 공개 메소드

public GetRoutes ( string agencyTag ) : Task>
agencyTag string
리턴 Task>

GetSchedule() 공개 메소드

public GetSchedule ( string agencyTag, string routeTag ) : Task>
agencyTag string
routeTag string
리턴 Task>

GetVehicles() 공개 메소드

public GetVehicles ( string agency, string route, int epoch ) : Task
agency string
route string
epoch int
리턴 Task