The DistributedItem type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| AccessItemBytes |
Once the item has been fully assembled the completed bytes can be access via this method.
| |
| AddBuildLogLine |
Add the provided string to the build log of this item
| |
| AssembleItem |
Assemble this DFS item using the swarm
| |
| BuildChunkCheckSums |
Uses the loaded stream and builds individual chunk checksums
| |
| BuildLog |
Get the current build log for this DFS item
| |
| ChunkAvailableLocally |
Returns true if the requested chunk is available locally
| |
| CopyItemDataStream |
Copies the contents of the item data stream to the provided destination stream
| |
| Dispose |
Dispose of this DFS item
| |
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
| GetChunkStream |
Returns a StreamSendWrapper corresponding to the requested chunkIndex.
| |
Serves as a hash function for a particular type. (Inherited from | ||
| GetItemStream |
Returns a streamSendWrapper that contains the entire item
| |
Gets the (Inherited from | ||
| HandleIncomingChunkReply |
Handle an incoming chunk reply
| |
| IncrementPushCount |
Increments the item push count.
| |
| Load |
Load the specified distributed item. Does not add the .DFSItem extension to the fileName
| |
| LocalItemComplete |
Returns true once all chunks have been received and the item has been validated
| |
| LocalItemValid |
Returns true if the item data validates correctly
| |
Creates a shallow copy of the current (Inherited from | ||
| Save |
Save this distributed item (not including item data), adds .DFSItem extension, using the provided filename.
| |
| ToString |
Returns ItemTypeStr + ItemIdentifier
(Overrides | |
| UpdateBuildTarget |
Updates the ItemBuildTarget
|
See Also