ChunkReplyState EnumerationNetworkComms.Net Help
Used to classify the different types of ChunkAvailabilityReply in response to a ChunkAvailabilityRequest

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

public enum ChunkReplyState
Members

  Member nameValueDescription
DataIncluded0 Specifies that data will be included.
ItemOrChunkNotAvailable1 The item or requested chunk is not available
PeerBusy2 The contacted peer is currently busy, please try again later.
See Also