TaskEngines.GetEnumerator Method
Gets the enumerator used to iterate through the collection.
Namespace: Seagull.BarTender.PrintServer
Assembly: Seagull.BarTender.Print (in Seagull.BarTender.Print.dll) Version: 2016 R1
public IEnumerator GetEnumerator()
Return Value
Type: IEnumerator
Implements
IEnumerable.GetEnumerator()
Examples
The following example demonstrates how to use the GetEnumerator interface of TaskEngines to visit each TaskEngine held within a TaskManager.
public void Demo()
{