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

Inheritance: System.Web.Services.Protocols.SoapHttpClientProtocol
Afficher le fichier Open project: ushahidi/Ushahidi_WinMobile

Méthodes publiques

Méthode 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

Méthode 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 méthode

public BeginGetClientToken ( TokenSpecification specification, System callback, object asyncState ) : System.IAsyncResult
specification TokenSpecification
callback System
asyncState object
Résultat System.IAsyncResult

BeginGetCountryRegionInfo() public méthode

public BeginGetCountryRegionInfo ( int entityIDs, System callback, object asyncState ) : System.IAsyncResult
entityIDs int
callback System
asyncState object
Résultat System.IAsyncResult

BeginGetDataSourceInfo() public méthode

public BeginGetDataSourceInfo ( string dataSourceNames, System callback, object asyncState ) : System.IAsyncResult
dataSourceNames string
callback System
asyncState object
Résultat System.IAsyncResult

BeginGetEntityTypes() public méthode

public BeginGetEntityTypes ( string dataSourceName, System callback, object asyncState ) : System.IAsyncResult
dataSourceName string
callback System
asyncState object
Résultat System.IAsyncResult

BeginGetGreatCircleDistances() public méthode

public BeginGetGreatCircleDistances ( LatLong latLongs, System callback, object asyncState ) : System.IAsyncResult
latLongs LatLong
callback System
asyncState object
Résultat System.IAsyncResult

BeginGetVersionInfo() public méthode

public BeginGetVersionInfo ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat System.IAsyncResult

CommonServiceSoap() public méthode

public CommonServiceSoap ( ) : System
Résultat System

EndGetClientToken() public méthode

public EndGetClientToken ( System asyncResult ) : string
asyncResult System
Résultat string

EndGetCountryRegionInfo() public méthode

public EndGetCountryRegionInfo ( System asyncResult ) : Ushahidi.Map.MapPoint.Production.CountryRegionInfo[]
asyncResult System
Résultat Ushahidi.Map.MapPoint.Production.CountryRegionInfo[]

EndGetDataSourceInfo() public méthode

public EndGetDataSourceInfo ( System asyncResult ) : Ushahidi.Map.MapPoint.Production.DataSource[]
asyncResult System
Résultat Ushahidi.Map.MapPoint.Production.DataSource[]

EndGetEntityTypes() public méthode

public EndGetEntityTypes ( System asyncResult ) : Ushahidi.Map.MapPoint.Production.EntityType[]
asyncResult System
Résultat Ushahidi.Map.MapPoint.Production.EntityType[]

EndGetGreatCircleDistances() public méthode

public EndGetGreatCircleDistances ( System asyncResult ) : double[]
asyncResult System
Résultat double[]

EndGetVersionInfo() public méthode

public EndGetVersionInfo ( System asyncResult ) : Ushahidi.Map.MapPoint.Production.VersionInfo[]
asyncResult System
Résultat Ushahidi.Map.MapPoint.Production.VersionInfo[]