JAMS Developer Guide
StartedOn Property


MVPSI.JAMS Namespace > BatchQueue Class : StartedOn Property
Gets the StartedOn property. This is a collection of agents where this BatchQueue runs.
Syntax
'Declaration
 
Public ReadOnly Property StartedOn As BatchQueueAgentCollection
'Usage
 
Dim instance As BatchQueue
Dim value As BatchQueueAgentCollection
 
value = instance.StartedOn
public BatchQueueAgentCollection StartedOn {get;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BatchQueue Class
BatchQueue Members