Constructor ResourceLocatorInfo
ResourceLocatorInfo(IResourceLocator, String, IResourceLocation)
Contstruct a ResourceLocatorInfo for a given Resource Locator.
Declaration
public ResourceLocatorInfo(IResourceLocator loc, string localHash, IResourceLocation remoteCatalogLocation)
Parameters
Type | Name | Description |
---|---|---|
IResourceLocator | loc | The IResourceLocator to track. |
String | localHash | The local hash of the content catalog. |
IResourceLocation | remoteCatalogLocation | The location for the remote catalog. Typically this location contains exactly two dependeices, the first one pointing to the remote hash file. The second dependency pointing to the local hash file. |