Click or drag to resize

ITaskInfoIsBadServer Method

Determines whether the specified server has experienced a failure on this task before.

Namespace: Ookii.Jumbo.Jet.Scheduling
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
bool IsBadServer(
	ITaskServerJobInfo server
)

Parameters

server  ITaskServerJobInfo
The server.

Return Value

Boolean
if the specified server previously failed to execute this task; otherwise, .
See Also