Xceed .NET Libraries Documentation
AutoBatchUpdate Constructor(Object,FileSystemEvents,Object,Object)


Xceed.FileSystem Assembly > Xceed.FileSystem Namespace > AutoBatchUpdate Class > AutoBatchUpdate Constructor : AutoBatchUpdate Constructor(Object,FileSystemEvents,Object,Object)
Syntax
'Declaration
 
Public Function New( _
   ByVal batchUpdateable As Object, _
   ByVal events As FileSystemEvents, _
   ByVal userData As Object, _
   ByVal options As Object _
)
'Usage
 
Dim batchUpdateable As Object
Dim events As FileSystemEvents
Dim userData As Object
Dim options As Object
 
Dim instance As New AutoBatchUpdate(batchUpdateable, events, userData, options)
public AutoBatchUpdate( 
   object batchUpdateable,
   FileSystemEvents events,
   object userData,
   object options
)

Parameters

batchUpdateable
events
userData
options
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

AutoBatchUpdate Class
AutoBatchUpdate Members
Overload List