ArcGIS API for Silverlight - 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 XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.