Xceed .NET Libraries Documentation
OnConflict Method (SynchronizationEventsSession)


Xceed.Synchronization Assembly > Xceed.Synchronization Namespace > SynchronizationEventsSession Class : OnConflict Method
This method is reserved for internal use and is not intended to be used directly from your code. Calls SynchronizationEvents.OnConflict if the SynchronizationEvents.WantsConflict is set to true.
Syntax
'Declaration
 
Public Function OnConflict() As Integer
'Usage
 
Dim instance As SynchronizationEventsSession
Dim value As Integer
 
value = instance.OnConflict()
public int OnConflict()

Return Value

An integer value representing the index of the master file.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SynchronizationEventsSession Class
SynchronizationEventsSession Members