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: 7.2.0.0 (7.2.7583.15464)
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