Cancels the periodic job status updates initiated automatically when submitJob() is invoked for the job identified by jobId. You can still obtain the status of this job by calling the CheckStatus() method at your own discretion.
Syntax
Visual Basic (Declaration) | |
---|
Public Sub CancelJobStatusUpdates( _
ByVal jobId As String _
) |
Parameters
- jobId
- The job id.
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8
See Also