Tag used to determine if execution should be serial or concurrent. Callers should not need to use this directly.

Enumeration Members

Enumeration Members

Concurrent: 1

Execution will be concurrent. The execution of the read methods will be started and then resolved concurrently.

Serial: 0

Execution will be serial. One read method will be executed fully before the other read method.

Generated using TypeDoc