DFSLinkRequest Constructor NetworkComms.Net Help
Create an item link request

Namespace: DistributedFileSystem
Assembly: DistributedFileSystem (in DistributedFileSystem.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public DFSLinkRequest(
	Dictionary<string, DateTime> availableItems,
	bool linkRequestReply = false
)

Parameters

availableItems
Type: OnlineSystem.Collections.Generic Dictionary OnlineString, OnlineDateTime 
The available DFS items. Key is itemCheckSum. Value is Item.ItemBuildCompleted
linkRequestReply (Optional)
Type: OnlineSystem Boolean
True if this DFSLinkRequest is the originating or reply linkRequest
See Also