MobileForms Toolkit Documentation

GeoMap.DownloadMapAsync Method 

Initializes the asynchronous map image request.

public void DownloadMapAsync(
object userState
);

Parameters

userState
A user state object that can be used to identify the request after it completes asynchronously.

Remarks

The DownloadMapAsync method starts the asynchronous request and returns immediately. Thus the result may not be available after the method completes. GeoMap object raises the event DownloadMapCompleted immediately after the asynchronous request completes.

Exceptions

Exception TypeCondition
NotSupportedExceptionA service provider specified by ServiceProvider property does not support this kind of service.

See Also

GeoMap Class | Resco.Location.Services.Map Namespace