Click or drag to resize

AGI.Parallel.Infrastructure Namespace

Provides types that support the core aspects for the API.
Classes
  ClassDescription
Public classAgentSnapshot
Represents the state of an agent.
Public classDefaultTaskEnvironment
Default task environment used in a job.
Public classHardDiskStatus
Represents hard disk information.
Public classHostRecycleSettings
Strategies for determining when host processes get recycled.
Public classInfrastructureException
The exception that is thrown when an infrastructure error occurs.
Public classNetworkStatus
Represents network information.
Public classNewMessageEventArgs
Event arguments containing new message.
Public classNonSerializableObject
Represents a message which couldn't be serialized.
Public classProgressEventArgs
Provides data for the ProgressUpdated event.
Public classStatusChangedEventArgs
Provides data for the StatusChanged event.
Public classCode exampleTask
Represents an individual task in the system. The task provides the function to run remotely.
Public classCode exampleTaskEnvironment
Represents the task environment in the system. The task environment provides common methods to run before and after Task is run.
Public classTaskPrecondition
Represents a resource constraint that should be satisfied by the agent to run a task.
Public classTaskProgressInformation
Represents Task reported progress.
Public classTaskProperties
A collection of common constants in Properties.
Public classVersionInfo
Version information.
Interfaces
  InterfaceDescription
Public interfaceIJob
Represents a group of tasks in the system.
Public interfaceIJobSchedulerContext
Allows interaction with the job scheduler.
Public interfaceIMessageEndpoint
Represents a client of the messaging system.
Enumerations
  EnumerationDescription
Public enumerationAgentSelectionType
Indicates algorithm used to decide which agent should be selected for a task.
Public enumerationAuthorizationType
Specifies the type of authorization that the user is granted.
Public enumerationCommonResources
Common resource values.
Public enumerationCpuArchitecture
Specifies the target CPU type of the host process.
Public enumerationDebuggerType
Specifies the type of the debugger used by the host process to attach to Visual Studio.
Public enumerationGarbageCollectionType
Specifies the target garbage collection type of the host process.
Public enumerationOperator
Indicates the operation code used to compare resources.
Public enumerationOSPlatform
OS platform values.
Public enumerationTaskCancellationReason
Indicates the reason for the task cancellation.
Public enumerationTaskStatus
Indicates the status of a task.

STK Parallel Computing Server 2.9 API for .NET