The DFS type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
DFSInitialised |
True if the DFS has been initialised
| |
ElapsedExecutionSeconds |
The number of seconds since the initialisation of the DFS. Used as an internal timer, rather than DateTime.Now, to
ensure builds do not time out when a suspended process is restarted.
| |
IsLinked |
True if this DFS is linked with another peer
| |
LinkMode |
The link mode being used
| |
Logger |
Access the networkComms logger externally. Allows logging from external sources
| |
MaxTargetLocalPort |
The maximum port number that will be used when initialising the DFS
| |
MinTargetLocalPort |
The minimum port number that will be used when initialising the DFS
| |
TotalNumRequestedChunks |
The total number of chunks requests by the local DFS
| |
TotalNumReturnedChunkRequests |
The total number of completed chunk requests across all DFS items
| |
ValidateEachChunkMD5 |
If true ensures all DFS items include chunk MD5 list. Also on build clients will validate the chunk MD5
|
See Also