Click or drag to resize
IBatchHubServiceBatchWorkerNotify Method
Updates the LastActive timestamp of the worker. Use this method while processing a long-running batch job to keep the health status of the worker green.

Namespace: PDTec.IceNet.Domain.BatchHub.Service.Interface
Assembly: PDTec.IceNet.Domain.BatchHub (in PDTec.IceNet.Domain.BatchHub.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
ServiceResult BatchWorkerNotify(
	string workerName
)

Parameters

workerName
Type: SystemString
The batch worker name.

Return Value

Type: ServiceResult
The service result status information.
See Also