Xceed .NET Libraries Documentation
Xceed.Synchronization Assembly / Xceed.Synchronization Namespace / SynchronizationEventsSession Class / OnUndoBytesProcessed Method


In This Topic
    OnUndoBytesProcessed Method (SynchronizationEventsSession)
    In This Topic
    This method is reserved for internal use and is not intended to be used directly from your code. Removes the amount of bytes processed for an item if an error occurred during the processing of that item.
    Syntax
    'Declaration
     
    Public Sub OnUndoBytesProcessed() 
    'Usage
     
    Dim instance As SynchronizationEventsSession
     
    instance.OnUndoBytesProcessed()
    public void OnUndoBytesProcessed()
    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