C# 클래스 Ushahidi.Map.MapPoint.Production.CommonServiceSoap

상속: System.Web.Services.Protocols.SoapHttpClientProtocol
파일 보기 프로젝트 열기: ushahidi/Ushahidi_WinMobile

공개 메소드들

메소드 설명
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[]

비공개 메소드들

메소드 설명
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[]

메소드 상세

BeginGetClientToken() 공개 메소드

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

BeginGetCountryRegionInfo() 공개 메소드

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

BeginGetDataSourceInfo() 공개 메소드

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

BeginGetEntityTypes() 공개 메소드

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

BeginGetGreatCircleDistances() 공개 메소드

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

BeginGetVersionInfo() 공개 메소드

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

CommonServiceSoap() 공개 메소드

public CommonServiceSoap ( ) : System
리턴 System

EndGetClientToken() 공개 메소드

public EndGetClientToken ( System asyncResult ) : string
asyncResult System
리턴 string

EndGetCountryRegionInfo() 공개 메소드

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

EndGetDataSourceInfo() 공개 메소드

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

EndGetEntityTypes() 공개 메소드

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

EndGetGreatCircleDistances() 공개 메소드

public EndGetGreatCircleDistances ( System asyncResult ) : double[]
asyncResult System
리턴 double[]

EndGetVersionInfo() 공개 메소드

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