AcUtils
A high performance abstraction layer for AccuRev
List of all members
AcUtils.StreamsCollection Class Reference

The list of AccuRev streams from <prog_name>.exe.config. More...

Collaboration diagram for AcUtils.StreamsCollection:
Collaboration graph
[legend]

Detailed Description

The list of AccuRev streams from <prog_name>.exe.config.

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<section name="Streams" type="AcUtils.StreamsSection, AcUtils, Version=1.6.4.0, Culture=neutral, PublicKeyToken=26470c2daf5c2e2f, processorArchitecture=MSIL" />
...
</configSections>
<Streams>
<streams>
<add stream="JUPITER_DEV1" />
<add stream="JUPITER_DEV2" />
<add stream="NEPTUNE_MAINT" />
<add stream="NEPTUNE_MAINT1" />
<add stream="NEPTUNE_MAINT2" />
...
</streams>
</Streams>
<appSettings>
...
StreamsSection streamsSection = ConfigurationManager.GetSection("Streams") as StreamsSection;
StreamsCollection streamsCol = streamsSection.Streams;
See also
Locks.cs, DepotsCollection

Definition at line 50 of file StreamsCollection.cs.