Method | Description | |
---|---|---|
BeginGetClientToken ( |
||
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 ( |
||
BeginGetVersionInfo ( System callback, object asyncState ) : System.IAsyncResult | ||
CommonService ( ) : System | ||
EndGetClientToken ( System asyncResult ) : string | ||
EndGetCountryRegionInfo ( System asyncResult ) : Ushahidi.Map.Token.Staging.CountryRegionInfo[] | ||
EndGetDataSourceInfo ( System asyncResult ) : Ushahidi.Map.Token.Staging.DataSource[] | ||
EndGetEntityTypes ( System asyncResult ) : Ushahidi.Map.Token.Staging.EntityType[] | ||
EndGetGreatCircleDistances ( System asyncResult ) : double[] | ||
EndGetVersionInfo ( System asyncResult ) : Ushahidi.Map.Token.Staging.VersionInfo[] |
Method | Description | |
---|---|---|
GetClientToken ( |
||
GetCountryRegionInfo ( int entityIDs ) : Ushahidi.Map.Token.Staging.CountryRegionInfo[] | ||
GetDataSourceInfo ( string dataSourceNames ) : Ushahidi.Map.Token.Staging.DataSource[] | ||
GetEntityTypes ( string dataSourceName ) : Ushahidi.Map.Token.Staging.EntityType[] | ||
GetGreatCircleDistances ( |
||
GetVersionInfo ( ) : Ushahidi.Map.Token.Staging.VersionInfo[] |
public BeginGetClientToken ( |
||
specification | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public BeginGetCountryRegionInfo ( int entityIDs, System callback, object asyncState ) : System.IAsyncResult | ||
entityIDs | int | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public BeginGetDataSourceInfo ( string dataSourceNames, System callback, object asyncState ) : System.IAsyncResult | ||
dataSourceNames | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public BeginGetEntityTypes ( string dataSourceName, System callback, object asyncState ) : System.IAsyncResult | ||
dataSourceName | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public BeginGetGreatCircleDistances ( |
||
latLongs | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public BeginGetVersionInfo ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public EndGetClientToken ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public EndGetCountryRegionInfo ( System asyncResult ) : Ushahidi.Map.Token.Staging.CountryRegionInfo[] | ||
asyncResult | System | |
return | Ushahidi.Map.Token.Staging.CountryRegionInfo[] |
public EndGetDataSourceInfo ( System asyncResult ) : Ushahidi.Map.Token.Staging.DataSource[] | ||
asyncResult | System | |
return | Ushahidi.Map.Token.Staging.DataSource[] |
public EndGetEntityTypes ( System asyncResult ) : Ushahidi.Map.Token.Staging.EntityType[] | ||
asyncResult | System | |
return | Ushahidi.Map.Token.Staging.EntityType[] |
public EndGetGreatCircleDistances ( System asyncResult ) : double[] | ||
asyncResult | System | |
return | double[] |
public EndGetVersionInfo ( System asyncResult ) : Ushahidi.Map.Token.Staging.VersionInfo[] | ||
asyncResult | System | |
return | Ushahidi.Map.Token.Staging.VersionInfo[] |