The following tables list the members exposed by PrintTask.
Name | Description | |
---|---|---|
![]() | PrintTask Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | ClientCertificate | Gets or sets the client certificate that is sent to the host and used to authenticate the request. |
![]() | Credentials | Gets or sets the network credentials that are sent to the host and used to authenticate the request. |
![]() | DisableClientCaching | If true, adds a timestamp parameter ("_ts") to the request to prevent it from being loaded from the browser's cache. |
![]() | IsBusy | Gets a value that indicates whether a Web request is in progress. |
![]() | ProxyURL | Gets or sets the URL to proxy the request through. |
![]() | Token | Token for accessing a secure ArcGIS task. |
![]() | UpdateDelay | The time interval in milliseconds between each print job status request sent to an asynchronous print task. The default is 1000. |
![]() | Url | Gets or sets the URL of the task. |
Name | Description | |
---|---|---|
![]() | CancelAsync | Cancels a pending asynchronous operation. |
![]() | CancelJob | Cancels the asynchronous GP job before it is completed. |
![]() | CancelJobAsync | Cancels the asynchronous GP job before it is completed. |
![]() | CancelJobStatusUpdates | Cancels the job status updates such that the StatusUpdated and JobCompleted Events stops firing. |
![]() | CancelJobTaskAsync | Overloaded. Cancels the asynchronous GP job before it is completed. |
![]() | Execute | Executes print, a server-synchronous operation. |
![]() | ExecuteAsync | Overloaded. Executes print, a server-synchronous operation. Raises the ExecuteCompleted. |
![]() | ExecuteTaskAsync | Overloaded. Sends a request to the server to execute a synchronous Export Web Map Task. |
![]() | GetServiceInfo | Gets the service info. |
![]() | GetServiceInfoAsync | Gets the service information PrintServiceInfo Raises the GetServiceInfoCompleted. |
![]() | GetServiceInfoTaskAsync | Overloaded. Gets the print service information PrintServiceInfo |
![]() | SubmitJob | Submits a print job request to the server to execute an asynchronous geoprocessing task. |
![]() | SubmitJobAsync | Submits a print job request to the server to execute an asynchronous geoprocessing task. Raises the StatusUpdated and JobCompleted. |
![]() | SubmitJobTaskAsync | Overloaded. Submits a print job request to the server to execute an asynchronous geoprocessing task. |
Name | Description | |
---|---|---|
![]() | ExecuteCompleted | Occurs when the print is completed. This event is raised when Print method is called. |
![]() | GetServiceInfoCompleted | Occurs when get service information is completed. This event is raised when GetServiceInfo method is called. |
![]() | JobCompleted | Occurs when print job is completed. This event is raised when SubmitPrintJob method is called. |
![]() | StatusUpdated | Occurs when the print status is updated. This event is raised when SubmitJobAsync is called. |