Xceed .NET Libraries Documentation
OnBytesProcessed(Int64) Method


Xceed.FileSystem Assembly > Xceed.FileSystem Namespace > FileSystemEventsSession Class > OnBytesProcessed Method : OnBytesProcessed(Int64) Method
Syntax
'Declaration
 
Public Overloads Sub OnBytesProcessed( _
   ByVal increment As Long _
) 
'Usage
 
Dim instance As FileSystemEventsSession
Dim increment As Long
 
instance.OnBytesProcessed(increment)
public void OnBytesProcessed( 
   long increment
)

Parameters

increment
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

FileSystemEventsSession Class
FileSystemEventsSession Members
Overload List