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.InterfaceAssembly: PDTec.IceNet.Domain.BatchHub (in PDTec.IceNet.Domain.BatchHub.dll) Version: 6.0.0.0 (6.0.6225.27214)
SyntaxServiceResult BatchWorkerNotify(
string workerName
)
Parameters
- workerName
- Type: SystemString
The batch worker name.
Return Value
Type:
ServiceResultThe service result status information.
See Also