C# Class Ushahidi.Map.MapPoint.Production.CommonServiceSoap

Inheritance: System.Web.Services.Protocols.SoapHttpClientProtocol
Mostra file Open project: ushahidi/Ushahidi_WinMobile

Public Methods

Method Description
BeginGetClientToken ( TokenSpecification specification, System callback, object asyncState ) : System.IAsyncResult
BeginGetCountryRegionInfo ( int entityIDs, System callback, object asyncState ) : System.IAsyncResult
BeginGetDataSourceInfo ( string dataSourceNames, System callback, object asyncState ) : System.IAsyncResult
BeginGetEntityTypes ( string dataSourceName, System callback, object asyncState ) : System.IAsyncResult
BeginGetGreatCircleDistances ( LatLong latLongs, System callback, object asyncState ) : System.IAsyncResult
BeginGetVersionInfo ( System callback, object asyncState ) : System.IAsyncResult
CommonServiceSoap ( ) : System
EndGetClientToken ( System asyncResult ) : string
EndGetCountryRegionInfo ( System asyncResult ) : Ushahidi.Map.MapPoint.Production.CountryRegionInfo[]
EndGetDataSourceInfo ( System asyncResult ) : Ushahidi.Map.MapPoint.Production.DataSource[]
EndGetEntityTypes ( System asyncResult ) : Ushahidi.Map.MapPoint.Production.EntityType[]
EndGetGreatCircleDistances ( System asyncResult ) : double[]
EndGetVersionInfo ( System asyncResult ) : Ushahidi.Map.MapPoint.Production.VersionInfo[]

Private Methods

Method Description
GetClientToken ( TokenSpecification specification ) : string
GetCountryRegionInfo ( int entityIDs ) : Ushahidi.Map.MapPoint.Production.CountryRegionInfo[]
GetDataSourceInfo ( string dataSourceNames ) : Ushahidi.Map.MapPoint.Production.DataSource[]
GetEntityTypes ( string dataSourceName ) : Ushahidi.Map.MapPoint.Production.EntityType[]
GetGreatCircleDistances ( LatLong latLongs ) : double[]
GetVersionInfo ( ) : Ushahidi.Map.MapPoint.Production.VersionInfo[]

Method Details

BeginGetClientToken() public method

public BeginGetClientToken ( TokenSpecification specification, System callback, object asyncState ) : System.IAsyncResult
specification TokenSpecification
callback System
asyncState object
return System.IAsyncResult

BeginGetCountryRegionInfo() public method

public BeginGetCountryRegionInfo ( int entityIDs, System callback, object asyncState ) : System.IAsyncResult
entityIDs int
callback System
asyncState object
return System.IAsyncResult

BeginGetDataSourceInfo() public method

public BeginGetDataSourceInfo ( string dataSourceNames, System callback, object asyncState ) : System.IAsyncResult
dataSourceNames string
callback System
asyncState object
return System.IAsyncResult

BeginGetEntityTypes() public method

public BeginGetEntityTypes ( string dataSourceName, System callback, object asyncState ) : System.IAsyncResult
dataSourceName string
callback System
asyncState object
return System.IAsyncResult

BeginGetGreatCircleDistances() public method

public BeginGetGreatCircleDistances ( LatLong latLongs, System callback, object asyncState ) : System.IAsyncResult
latLongs LatLong
callback System
asyncState object
return System.IAsyncResult

BeginGetVersionInfo() public method

public BeginGetVersionInfo ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

CommonServiceSoap() public method

public CommonServiceSoap ( ) : System
return System

EndGetClientToken() public method

public EndGetClientToken ( System asyncResult ) : string
asyncResult System
return string

EndGetCountryRegionInfo() public method

public EndGetCountryRegionInfo ( System asyncResult ) : Ushahidi.Map.MapPoint.Production.CountryRegionInfo[]
asyncResult System
return Ushahidi.Map.MapPoint.Production.CountryRegionInfo[]

EndGetDataSourceInfo() public method

public EndGetDataSourceInfo ( System asyncResult ) : Ushahidi.Map.MapPoint.Production.DataSource[]
asyncResult System
return Ushahidi.Map.MapPoint.Production.DataSource[]

EndGetEntityTypes() public method

public EndGetEntityTypes ( System asyncResult ) : Ushahidi.Map.MapPoint.Production.EntityType[]
asyncResult System
return Ushahidi.Map.MapPoint.Production.EntityType[]

EndGetGreatCircleDistances() public method

public EndGetGreatCircleDistances ( System asyncResult ) : double[]
asyncResult System
return double[]

EndGetVersionInfo() public method

public EndGetVersionInfo ( System asyncResult ) : Ushahidi.Map.MapPoint.Production.VersionInfo[]
asyncResult System
return Ushahidi.Map.MapPoint.Production.VersionInfo[]