MobileForms Toolkit Documentation

GetAddressCompletedEventArgs Class

Represents the GetAddressCompleted event arguments.

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

System.Object
   System.EventArgs
      System.ComponentModel.AsyncCompletedEventArgs
         Resco.Location.Services.GeoCode.GetAddressCompletedEventArgs

public class GetAddressCompletedEventArgs : 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

If the request has been successfully completed, the property Address contains the Address object representing the resulting civic address. Getting the Address property in case of failure causes that a ServiceRequestException is thrown.

Requirements

Namespace: Resco.Location.Services.GeoCode

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

See Also

GetAddressCompletedEventArgs Members | Resco.Location.Services.GeoCode Namespace