Click or drag to resize

ClusterJobSchedulerCheckCapability Method (ICapabilityCheck)

Checks capability on all the agents.

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

Parameters

check
Type: ICapabilityCheck
The capability check.

Return Value

Type: IEnumerableAgentCheckCapabilityResult
Results from the check capability.

Implements

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

STK Parallel Computing Server 2.9 API for .NET