MobileForms Toolkit Documentation

GetRouteCompletedEventArgs Class

Represents a GetRouteCompleted event arguments.

For a list of all members of this type, see GetRouteCompletedEventArgs Members.

System.Object
   System.EventArgs
      System.ComponentModel.AsyncCompletedEventArgs
         Resco.Location.Services.GeoRoute.GetRouteCompletedEventArgs

public class GetRouteCompletedEventArgs : AsyncCompletedEventArgs

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

GetRouteCompletedEventArgs object contains the result of the asynchronous request initiated by the GeoRoute object by calling one of the GetRouteAsync methods.

If the request has successfully completed, the property Route contains resulting route description.

If the request has failed, Error property contains the exception describing the error and accessing the Route properties will throw an exception.

Requirements

Namespace: Resco.Location.Services.GeoRoute

Assembly: Resco.Location.CF3 (in Resco.Location.CF3.dll)

See Also

GetRouteCompletedEventArgs Members | Resco.Location.Services.GeoRoute Namespace