Click or drag to resize

EmbeddedResourceProviderGetCacheDependency Method

Creates a cache dependency based on the specified virtual paths.

Namespace: GSF.Web.Embedded
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public override CacheDependency GetCacheDependency(
	string virtualPath,
	IEnumerable virtualPathDependencies,
	DateTime utcStart
)
View Source

Parameters

virtualPath  String
The path to the primary virtual resource.
virtualPathDependencies  IEnumerable
An array of paths to other resources required by the primary virtual resource.
utcStart  DateTime
The UTC time at which the virtual resources were read.

Return Value

CacheDependency
A CacheDependency object for the specified virtual resources.
See Also