Click or drag to resize

ClusterJobScheduler.CheckCapability Method (ICapabilityCheck)

Checks capability on all the agents.

Namespace:  AGI.Parallel.Client
Assembly:  AGI.Parallel.Client (in AGI.Parallel.Client.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntax
public IEnumerable<AgentCheckCapabilityResult> CheckCapability(
	ICapabilityCheck check
)

Parameters

check
Type: ICapabilityCheck
The capability check.

Return Value

Type: IEnumerable<AgentCheckCapabilityResult>
Results from the check capability.

Implements

ICheckCapability.CheckCapability(ICapabilityCheck)
Exceptions
ExceptionCondition
JobSchedulerExceptionThrown if client is not connected to the job scheduler yet.
See Also

STK Parallel Computing Server 2.10 API for .NET