Xceed Chart for WinForms v4.4 Documentation
StartSingleTargetBatch Method


Xceed.Chart.Utilities.v4.4 Assembly > Xceed.Chart.Utilities Namespace > History Class : StartSingleTargetBatch Method
Starts a single batch
Syntax
'Declaration
 
Public Sub StartSingleTargetBatch( _
   ByVal target As IHistoryTarget, _
   ByVal sDesc As String _
) 
'Usage
 
Dim instance As History
Dim target As IHistoryTarget
Dim sDesc As String
 
instance.StartSingleTargetBatch(target, sDesc)
public void StartSingleTargetBatch( 
   IHistoryTarget target,
   string sDesc
)

Parameters

target
sDesc
Remarks
When batching operations related to a single target use this bacth type. When executing the batch the target receives a OnStateChange call.
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

History Class
History Members