Class MapServiceRequest<T>
Definition
- Assembly:
- Tizen.Maps.dll
Base class for a map service request.
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public abstract class MapServiceRequest<T> : IDisposable
- Inheritance
-
objectMapServiceRequest<T>
- Derived
- Implements
-
System.
IDisposable
Methods
Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public void Dispose()
View Source
Dispose(bool)
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")]
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing | If true, managed and unmanaged resources can be disposed, otherwise only unmanaged resources can be disposed. |
Declaration
C#
Copy
protected ~MapServiceRequest()
Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public Task<IEnumerable<T>> GetResponseAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<TResult><System.Collections.Generic.IEnumerable<T><T>> | Response from the map service provider. |
Exceptions
Type | Condition |
---|---|
System. |
Thrown when the required feature is not supported. |
System. |
Thrown when application does not have some privilege to access this method. |
System. |
Thrown when the result is invalid. |
System. |
Thrown when arguments are invalid. |
Implements
System.IDisposable