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



IconMemberDescription
GatewayDataEventArgs(Boolean, GatewayData, String)
The constructor.

ErrorMessage
The error message from a failed request.

GatewayData
The gateway data returned from Tracking Server.

Succeeded
Indicates whether the request was successful or not.

Inheritance Hierarchy
Object
EventArgs
 GatewayDataEventArgs

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