Tracking Client API for Windows Phone
UnsubscribeEventArgs Constructor (succeeded, serviceNames, errorMessage)
NamespacesESRI.Tracking.Connector.EventsUnsubscribeEventArgsUnsubscribeEventArgs(Boolean, List<(Of <<'(String>)>>), String)
The constructor.
Declaration Syntax
C#Visual BasicVisual C++
public UnsubscribeEventArgs(
	bool succeeded,
	List<string> serviceNames,
	string errorMessage
)
Public Sub New ( _
	succeeded As Boolean, _
	serviceNames As List(Of String), _
	errorMessage As String _
)
public:
UnsubscribeEventArgs(
	bool succeeded, 
	List<String^>^ serviceNames, 
	String^ errorMessage
)
Parameters
succeeded (Boolean)
Indicates success or failure.
serviceNames (List<(Of <(<'String>)>)>)
The List of service names associated with this response.
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)