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 static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
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.
Namespace: Resco.Location.Services.GeoRoute
Assembly: Resco.Location.CF3 (in Resco.Location.CF3.dll)
GetRouteCompletedEventArgs Members | Resco.Location.Services.GeoRoute Namespace