SwarmChunkAvailabilityUpdatePeerAvailability Method |
Namespace:
DistributedFileSystem
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic void UpdatePeerAvailability(
string itemCheckSum,
int cascadeDepth,
int responseWaitMS = 5000,
Action<string> buildLog = null
)
Parameters
- itemCheckSum
- Type: SystemString
- cascadeDepth
- Type: SystemInt32
- responseWaitMS (Optional)
- Type: SystemInt32
- buildLog (Optional)
- Type: SystemActionString
See Also