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



IconMemberDescription
AuthenticateEventArgs(Boolean, Int32, String)
The constructor.

ErrorMessage
The error message from a failed request.

SessionID
The sessionID returned. On a failed request, this is -1.

Succeeded
Indicates whether the request was successful or not.

Inheritance Hierarchy
Object
EventArgs
 AuthenticateEventArgs

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