DFS ElapsedExecutionSeconds Property NetworkComms.Net Help
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.

Namespace: DistributedFileSystem
Assembly: DistributedFileSystem (in DistributedFileSystem.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public static long ElapsedExecutionSeconds { get; private set; }

Property Value

Type: OnlineInt64
See Also