C# Class SuperMap.Web.iServerJava6R.TrafficTransferAnalyst.FindTransferPathService

${iServerJava6R_FindTransferPathService_Title}

Inheritance: SuperMap.Web.Service.ServiceBase
Datei anzeigen Open project: SuperMap/iClient-for-Silverlight

Public Methods

Method Description
FindTransferPathService ( ) : System

${iServerJava6R_FindTransferPathService_constructor_D}

FindTransferPathService ( string url ) : System

${iServerJava6R_FindTransferPathService_constructor_param_url}

ProcessAsync ( FindTransferPathParameter paramer, object state ) : void

${iServerJava6R_FindTransferPathService_method_ProcessAsync_param_Parameters}

Private Methods

Method Description
FindTransferPathService_Complated ( object sender, RequestEventArgs args ) : void
GenerateAbsoluteUrl ( FindTransferPathParameter parameters ) : void
GetDictionaryParameters ( FindTransferPathParameter parameters ) : Dictionary,System.Collections.Generic

Method Details

FindTransferPathService() public method

${iServerJava6R_FindTransferPathService_constructor_D}
public FindTransferPathService ( ) : System
return System

FindTransferPathService() public method

${iServerJava6R_FindTransferPathService_constructor_param_url}
public FindTransferPathService ( string url ) : System
url string
return System

ProcessAsync() public method

${iServerJava6R_FindTransferPathService_method_ProcessAsync_param_Parameters}
public ProcessAsync ( FindTransferPathParameter paramer, object state ) : void
paramer FindTransferPathParameter
state object
return void