Xceed .NET Libraries Documentation
InitializeTotalItems Method (TarEventsSession)


Xceed.Tar Assembly > Xceed.Tar Namespace > TarEventsSession Class : InitializeTotalItems Method
The total amount of items to be processed.
Initializes the total amount of items to be processed.
Syntax
'Declaration
 
Public Sub InitializeTotalItems( _
   ByVal totalItems As Long _
) 
'Usage
 
Dim instance As TarEventsSession
Dim totalItems As Long
 
instance.InitializeTotalItems(totalItems)
public void InitializeTotalItems( 
   long totalItems
)

Parameters

totalItems
The total amount of items to be processed.
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

TarEventsSession Class
TarEventsSession Members