SmartBatch 2006 Application Programmatic Interface

ComputerGroupType Enumeration

Identifies the types of Computer Groups supported.

public enum ComputerGroupType

Members

Member Name Description
None No Computer Group is used and the Operation is run via the Executive Server.
All Send the Operation to all computers in the Computer Group.
RoundRobin Send the Operation to the next available computer in the Computer Group in a round-robin fashion.
ApplicationGrid Send the Operation to the computer determined to be the most available.

Requirements

Namespace: OnLineToolWorks.SmartBatch.Data

Assembly: OnLineToolWorks.SmartBatch.Data (in OnLineToolWorks.SmartBatch.Data.dll)

See Also

OnLineToolWorks.SmartBatch.Data Namespace