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



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

ErrorMessage
Indicates whether the request was successful or not.

ServiceNames
The List of service names associated with this response.

Succeeded
Indicates whether the request was successful or not.

Inheritance Hierarchy
Object
EventArgs
 UnsubscribeEventArgs

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