The constructor.

Declaration Syntax
public ActionListEventArgs(
bool succeeded,
string actionListXML,
string errorMessage
)
Public Sub New ( _
succeeded As Boolean, _
actionListXML As String, _
errorMessage As String _
)
public:
ActionListEventArgs(
bool succeeded,
String^ actionListXML,
String^ errorMessage
)

Parameters
- succeeded (Boolean)
- Indicates success or failure.
- actionListXML (String)
- Action List in XML format.
- errorMessage (String)
- Error message from a failed request.
Assembly:
ESRI.Tracking.Connector.WindowsPhone (Module: ESRI.Tracking.Connector.WindowsPhone) Version: 10.1.0.3022 (10.1.0.3022)