Occurs when the GetRoute request completes
If the request has been successfully completed, the property Route contains the GeoRouteResult object representing the result. Getting the Route property in case of failure causes that a ServiceRequestException is thrown.
This event is not thread safe because it is raised in the context of the background thread. Before accessing UI elements you will need to marshal the event using e.g. BeginInvoke call.
GeoRoute Class | Resco.Location.Services.GeoRoute Namespace