DistributedItem Load Method NetworkComms.Net Help
Load the specified distributed item. Does not add the .DFSItem extension to the fileName

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

public static DistributedItem Load(
	string fileName,
	Stream itemDataStream,
	List<ConnectionInfo> seedConnectionInfoList
)

Parameters

fileName
Type: OnlineSystem String
The DFS item to load
itemDataStream
Type: OnlineSystem.IO Stream
The DFS item data
seedConnectionInfoList
Type: OnlineSystem.Collections.Generic List ConnectionInfo 
The connecitonInfo corresponding with potential seeds

Return Value

Type: DistributedItem

[Missing <returns> documentation for "M:DistributedFileSystem.DistributedItem.Load(System.String,System.IO.Stream,System.Collections.Generic.List{NetworkCommsDotNet.ConnectionInfo})"]

See Also