| LocationClientDeleteGeoDataByDays Method |
Maximum age of data that should remain in the database after a query.
Namespace: Quickblox.Sdk.Modules.LocationModuleAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Task<HttpResponse> DeleteGeoDataByDays(
int days
)
Public Function DeleteGeoDataByDays (
days As Integer
) As Task(Of HttpResponse)
public:
Task<HttpResponse^>^ DeleteGeoDataByDays(
int days
)
member DeleteGeoDataByDays :
days : int -> Task<HttpResponse>
Parameters
- days
- Type: SystemInt32
The days.
Return Value
Type:
TaskHttpResponseSuccess HTTP Status Code 200
See Also