Initializes a new instance of the DNNCacheDependency class that monitors a file or directory for changes.

Namespace: DotNetNuke.Services.Cache
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public DNNCacheDependency(
	string filename,
	DateTime start
)
Visual Basic
Public Sub New ( 
	filename As String,
	start As DateTime
)

Parameters

filename
Type: System..::..String
The filename.
start
Type: System..::..DateTime
The start.

See Also