The constructor.

C# | Visual Basic | Visual C++ |
public SetAOIEventArgs( bool succeeded, string serviceName, string aoiXml, SetAOIType aoiType, string errorMessage )
Public Sub New ( _ succeeded As Boolean, _ serviceName As String, _ aoiXml As String, _ aoiType As SetAOIType, _ errorMessage As String _ )
public: SetAOIEventArgs( bool succeeded, String^ serviceName, String^ aoiXml, SetAOIType aoiType, String^ errorMessage )

- succeeded (Boolean)
- Indicates success or failure.
- serviceName (String)
- Service Name.
- aoiXml (String)
- Area of interest XML.
- aoiType (SetAOIType)
- Area of interest type.
- errorMessage (String)
- Error message from a failed request.