Click or drag to resize

DistributedItemLoad Method

Namespace:  DistributedFileSystem
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static DistributedItem Load(
	string fileName,
	Stream itemDataStream,
	List<ConnectionInfo> seedConnectionInfoList
)

Parameters

fileName
Type: SystemString
itemDataStream
Type: System.IOStream
seedConnectionInfoList
Type: System.Collections.GenericListConnectionInfo

Return Value

Type: DistributedItem
See Also