Tracking Client API for Windows Phone
ActionListEventArgs Constructor (succeeded, actionListXML, errorMessage)
NamespacesESRI.Tracking.Connector.EventsActionListEventArgsActionListEventArgs(Boolean, String, String)
The constructor.
Declaration Syntax
C#Visual BasicVisual C++
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)