Update the chunk availability by contacting all existing peers. If a cascade depth greater than 1 is
provided will also contact each peers peers.
Namespace: DistributedFileSystemAssembly: DistributedFileSystem (in DistributedFileSystem.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- itemCheckSum
- Type: System String
The checksum associated with this item. This will be used when contacting other peers for an update.
- cascadeDepth
- Type: System Int32
The depth of the update cascade. 0 - Contact only known peers for an update. 1 - Contact known peers and retrieve their known peers as well. >1 - Not implemented.
- responseWaitMS (Optional)
- Type: System Int32
The maximum time to wait for the first update reply to be received before continuing.
- buildLog (Optional)
- Type: System Action String
An optional build log that can be updated with the progress of this method.
See Also