Click or drag to resize
IService1GetClosestPublicStation Method
Returns the closest station.

Namespace: WcfService
Assembly: FRAM.WcfService (in FRAM.WcfService.dll) Version: FRAM 2.0 v2.2.5.0
Syntax
StationWithCoordinates GetClosestPublicStation(
	AuthTicket authTicket,
	int zipCode
)

Parameters

authTicket
Type: FRAM.CommonLayer.ModelsAuthTicket

[Missing <param name="authTicket"/> documentation for "M:WcfService.IService1.GetClosestPublicStation(FRAM.CommonLayer.Models.AuthTicket,System.Int32)"]

zipCode
Type: SystemInt32

[Missing <param name="zipCode"/> documentation for "M:WcfService.IService1.GetClosestPublicStation(FRAM.CommonLayer.Models.AuthTicket,System.Int32)"]

Return Value

Type: StationWithCoordinates

[Missing <returns> documentation for "M:WcfService.IService1.GetClosestPublicStation(FRAM.CommonLayer.Models.AuthTicket,System.Int32)"]

See Also