Initializes a new instance of the FileExpiration class that monitors a file or directory for changes and indicates when change tracking is to begin.

Namespace: Alachisoft.NCache.Runtime.Dependencies
Assembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public FileDependency(
	string fileName,
	DateTime startAfter
)
Visual Basic
Public Sub New ( _
	fileName As String, _
	startAfter As DateTime _
)
Visual C++
public:
FileDependency(
	String^ fileName, 
	DateTime startAfter
)

Parameters

fileName
Type: System..::..String
startAfter
Type: System..::..DateTime

See Also