Click or drag to resize

ChunkAvailabilityReply Constructor (String, String, Byte, ChunkReplyState)

Namespace:  DistributedFileSystem
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public ChunkAvailabilityReply(
	string sourceNetworkIdentifier,
	string itemCheckSum,
	byte chunkIndex,
	ChunkReplyState replyState
)

Parameters

sourceNetworkIdentifier
Type: SystemString
itemCheckSum
Type: SystemString
chunkIndex
Type: SystemByte
replyState
Type: DistributedFileSystemChunkReplyState
See Also