ArcGIS Runtime SDK for Windows Phone - Library Reference
GetServiceInfoCompleted Event
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > Geoprocessor Class : GetServiceInfoCompleted Event

Occurs when get service information is completed. This event is raised when GetServiceInfo method is called.

Syntax

Visual Basic (Declaration) 
Public Event GetServiceInfoCompleted As EventHandler(Of GPServiceInfoEventArgs)
C# 
public event EventHandler<GPServiceInfoEventArgs> GetServiceInfoCompleted

Event Data

The event handler receives an argument of type GPServiceInfoEventArgs containing data related to this event. The following GPServiceInfoEventArgs properties provide information specific to this event.

PropertyDescription
GPServiceInfo The GPServiceInfo.
UserState (Inherited from ESRI.ArcGIS.Client.Tasks.TaskEventArgs) Gets the unique identifier for the asynchronous task.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.