Initializes a new instance of the FileExpiration class that monitors an array of file paths (to files or directories) for changes and specifies a time when change monitoring begins.

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(
	array<String^>^ fileName, 
	DateTime startAfter
)

Parameters

fileName
Type: array<System..::..String>[]()[][]
startAfter
Type: System..::..DateTime

See Also