C# Class DistributedFileSystem.ItemAssemblyConfig

Show file Open project: MarcFletcher/NetworkComms.Net Class Usage Examples

Private Properties

Property Type Description
ItemAssemblyConfig System

Public Methods

Method Description
ItemAssemblyConfig ( DistributedItem itemToDistribute, string completedPacketType ) : System

Instantiate a new ItemAssemblyConfig

Private Methods

Method Description
ItemAssemblyConfig ( ) : System

Private constructor for serialisation.

Method Details

ItemAssemblyConfig() public method

Instantiate a new ItemAssemblyConfig
public ItemAssemblyConfig ( DistributedItem itemToDistribute, string completedPacketType ) : System
itemToDistribute DistributedItem The DFS item for which this ItemAssemblyConfig should be created.
completedPacketType string The packet type to use once the item has been fully assembled
return System