C# Class SuperMap.WinRT.REST.TrafficTransferAnalyst.FindStopService

${REST_FindStopService_Title}

Inheritance: SuperMap.WinRT.Service.ServiceBase
Mostrar archivo Open project: SuperMap/iClient-for-Win8

Public Methods

Method Description
FindStopService ( ) : System

${REST_FindStopService_constructor_D}

FindStopService ( string url ) : System

${REST_FindStopService_constructor_param_url}

ProcessAsync ( FindStopParameter paramer ) : Task

${REST_FindStopService_method_ProcessAsync_param_Parameters}

Private Methods

Method Description
GenerateAbsoluteUrl ( FindStopParameter parameters ) : void
GetDictionaryParameters ( FindStopParameter parameters ) : Dictionary,System.Collections.Generic

Method Details

FindStopService() public method

${REST_FindStopService_constructor_D}
public FindStopService ( ) : System
return System

FindStopService() public method

${REST_FindStopService_constructor_param_url}
public FindStopService ( string url ) : System
url string
return System

ProcessAsync() public method

${REST_FindStopService_method_ProcessAsync_param_Parameters}
public ProcessAsync ( FindStopParameter paramer ) : Task
paramer FindStopParameter
return Task