ArcGIS Runtime SDK for WPF - Library Reference
SubmitJob Method
See Also 
ESRI.ArcGIS.Client.Printing Namespace > PrintTask Class : SubmitJob Method

printParameters
The print parameters.
Submits a print job request to the server to execute an asynchronous geoprocessing task.

Syntax

Visual Basic (Declaration) 
Public Function SubmitJob( _
   ByVal printParameters As PrintParameters _
) As JobInfo
C# 
public JobInfo SubmitJob( 
   PrintParameters printParameters
)

Parameters

printParameters
The print parameters.

Return Value

Returns a JobInfo object that contains information on the jobid that was just created along with the status and any messages returned from the service task.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.