Click or drag to resize

contentHashAndAddressEntry Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the contentHashAndAddressEntry class.

Namespace:  imbWEM.Core.crawler.structure
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public contentHashAndAddressEntry(
	string __contentAddress,
	string __contentHash,
	int __freq
)

Parameters

__contentAddress
Type: SystemString
The content address.
__contentHash
Type: SystemString
The content hash.
__freq
Type: SystemInt32
The freq.
See Also