FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDFSSynchronization..::..processSynchRequests Method

Processes the synch requests.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool processSynchRequests(
	string serverName,
	params string[] fileIDs
)
Public Function processSynchRequests ( _
	serverName As String, _
	ParamArray fileIDs As String() _
) As Boolean
public:
bool^ processSynchRequests(
	String^ serverName, 
	... array<String^>^ fileIDs
)

Parameters

serverName
Type: String
Name of the server.
fileIDs
Type: array<String>[]()[][]
The file i ds.

Return Value

true if XXXX, false otherwise.