C-DEngine 5.105

TheTimeouts..::..SetSyncFileTO Method

Sets the FileSync Timeouts

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public void SetSyncFileTO(
	uint WaitTime,
	int pFailCount,
	int pRetryMod
)
Public Sub SetSyncFileTO ( _
	WaitTime As UInteger, _
	pFailCount As Integer, _
	pRetryMod As Integer _
)
public:
void SetSyncFileTO(
	unsigned int^ WaitTime, 
	int^ pFailCount, 
	int^ pRetryMod
)

Parameters

WaitTime
Type: UInt32
Time to wait for a file to arrive from a remote node
pFailCount
Type: Int32
Amount of times the FileSync waits for a response from the node.
pRetryMod
Type: Int32
Amount of WaitTimes the waiting node sends the Sync request to all nodes