Метод ReportingService2006.CancelJob
Cancels the execution of a job.
Пространство имен: ReportService2006
Сборка: ReportService2006 (в ReportService2006.dll)
Синтаксис
'Декларация
Public Function CancelJob ( _
JobID As String _
) As Boolean
'Применение
Dim instance As ReportingService2006
Dim JobID As String
Dim returnValue As Boolean
returnValue = instance.CancelJob(JobID)
public bool CancelJob(
string JobID
)
public:
bool CancelJob(
String^ JobID
)
member CancelJob :
JobID:string -> bool
public function CancelJob(
JobID : String
) : boolean
Параметры
- JobID
Тип: System.String
The ID of the job that you want to cancel. You can obtain the job ID from the JobID property in a Job object.
Возвращаемое значение
Тип: System.Boolean
true to if the job was successfully cancelled; otherwise, false.
Замечания
The table below shows header and permissions information on this operation.
SOAP Headers |
(Out) ServerInfoHeaderValue |
Required Permissions |