Click or drag to resize

IBatchHubServiceBatchJobSetDescription Method

Updates the description of a job.

Namespace:  PDTec.IceNet.Domain.BatchHub.Service.Interface
Assembly:  PDTec.IceNet.Domain.BatchHub (in PDTec.IceNet.Domain.BatchHub.dll) Version: 7.0.0.0 (7.0.6906.26599)
Syntax
C#
ServiceResult BatchJobSetDescription(
	string jobId,
	string description
)

Parameters

jobId
Type: SystemString
The batch job ID.
description
Type: SystemString
The description.

Return Value

Type: ServiceResult
The service result status information.
See Also