C# 클래스 DistributedFileSystem.ItemAssemblyConfig

파일 보기 프로젝트 열기: MarcFletcher/NetworkComms.Net 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ItemAssemblyConfig System

공개 메소드들

메소드 설명
ItemAssemblyConfig ( DistributedItem itemToDistribute, string completedPacketType ) : System

Instantiate a new ItemAssemblyConfig

비공개 메소드들

메소드 설명
ItemAssemblyConfig ( ) : System

Private constructor for serialisation.

메소드 상세

ItemAssemblyConfig() 공개 메소드

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
리턴 System