ArcGIS API for Silverlight - Library Reference
GetServiceInfoCompleted Event
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Printing Namespace > PrintTask 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 ServiceInfoEventArgs)
C# 
public event EventHandler<ServiceInfoEventArgs> GetServiceInfoCompleted

Event Data

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

PropertyDescription
Error (Inherited from ESRI.ArcGIS.Client.Printing.BaseEventArgs) The error returned from executing the task.
ServiceInfo Gets or sets the service info.
UserState (Inherited from ESRI.ArcGIS.Client.Printing.BaseEventArgs) 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.