ItemAssemblyConfig Constructor NetworkComms.Net Help
Instantiate a new ItemAssemblyConfig

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

public ItemAssemblyConfig(
	DistributedItem itemToDistribute,
	string completedPacketType
)

Parameters

itemToDistribute
Type: DistributedFileSystem DistributedItem
The DFS item for which this ItemAssemblyConfig should be created.
completedPacketType
Type: OnlineSystem String
The packet type to use once the item has been fully assembled
See Also