ChunkAvailabilityReply Constructor (String, String, Byte, ChunkReplyState)NetworkComms.Net Help
Create an ChunkAvailabilityReply which will not contain the requested data.

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

public ChunkAvailabilityReply(
	string sourceNetworkIdentifier,
	string itemCheckSum,
	byte chunkIndex,
	ChunkReplyState replyState
)

Parameters

sourceNetworkIdentifier
Type: OnlineSystem String
The network identifier of the source of this ChunkAvailabilityReply
itemCheckSum
Type: OnlineSystem String
The checksum of the DFS item
chunkIndex
Type: OnlineSystem Byte
The chunkIndex of the requested item
replyState
Type: DistributedFileSystem ChunkReplyState
A suitable reply state
See Also