ArcGIS API for Silverlight - Library Reference
PrintTask Class Members
See Also  Properties  Methods  Events Send comments on this topic
ESRI.ArcGIS.Client.Printing Namespace : PrintTask Class


The following tables list the members exposed by PrintTask.

Public Constructors

 NameDescription
public ConstructorPrintTask ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public PropertyDisableClientCaching If true, adds a timestamp parameter ("_ts") to the request to prevent it from being loaded from the browser's cache.  
public PropertyIsBusy Gets a value that indicates whether a Web request is in progress.  
public PropertyProxyURL Gets or sets the URL to proxy the request through.  
public PropertyToken Token for accessing a secure ArcGIS task.  
public PropertyUpdateDelay The time interval in milliseconds between each print job status request sent to an asynchronous print task. The default is 1000.  
public PropertyUrl Gets or sets the URL of the task.  
Top

Public Methods

 NameDescription
public MethodCancelAsync Cancels a pending asynchronous operation.  
public MethodCancelJobAsync Cancels the asynchronous GP job before it is completed.  
public MethodCancelJobStatusUpdates Cancels the job status updates such that the StatusUpdated and JobCompleted Events stops firing.  
public MethodExecuteAsyncOverloaded. Executes print, a server-synchronous operation. Raises the E:ExecuteCompleted.  
public MethodGetServiceInfoAsyncGets the service information PrintServiceInfo Raises the E:GetServiceInfoCompleted.  
public MethodSubmitJobAsyncSubmits a print job request to the server to execute an asynchronous geoprocessing task. Raises the e:StatusUpdated and e:JobCompleted.  
Top

Public Events

 NameDescription
public EventExecuteCompleted Occurs when the print is completed. This event is raised when Print method is called.  
public EventGetServiceInfoCompleted Occurs when get service information is completed. This event is raised when GetServiceInfo method is called.  
public EventJobCompleted Occurs when print job is completed. This event is raised when SubmitPrintJob method is called.  
public EventStatusUpdatedOccurs when the print status is updated. This event is raised when SubmitJobAsync is called.  
Top

See Also

© ESRI, Inc. All Rights Reserved.