Tracking Client API for Windows Phone
SubscribeEventArgs Class
NamespacesESRI.Tracking.Connector.EventsSubscribeEventArgs
Represents args for the event raised when a response to a subscribe request is received.
Declaration Syntax
C#Visual BasicVisual C++
public class SubscribeEventArgs : EventArgs
Public Class SubscribeEventArgs _
	Inherits EventArgs
public ref class SubscribeEventArgs : public EventArgs
Members
All MembersConstructorsProperties



IconMemberDescription
SubscribeEventArgs(Boolean, List<(Of <<'(String>)>>), String)
The constructor.

ErrorMessage
The error message from a failed request.

ServiceNames
The List of service names associated with this response.

Succeeded
Indicates whether the request was successful or not.

Inheritance Hierarchy
Object
EventArgs
 SubscribeEventArgs

Assembly: ESRI.Tracking.Connector.WindowsPhone (Module: ESRI.Tracking.Connector.WindowsPhone) Version: 10.1.0.3022 (10.1.0.3022)