'Declaration Public Shared Function EasySynchronize( _ ByVal ParamArray parameters() As Object _ ) As SynchronizationResult
'Usage Dim parameters() As Object Dim value As SynchronizationResult value = Synchronizer.EasySynchronize(parameters)
public static SynchronizationResult EasySynchronize( params object[] parameters )
Parameters
- parameters
Return Value
A SynchronizationResult value that specifies one or more results from the synchronization. The value is a set of flags. Typically, a value with the SynchronizationResult.ItemsSynchronized bit set indicates success; when the bit is not set, it means that no files were synchronized, indicating some kind of failure.
In success or failure, the other bit values of the SynchronizationResult enumeration give useful information on what did or did not happen during the synchronization.