Xceed Chart for WinForms v4.4 Documentation
StartSingleTargetNestedBatch Method


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

Parameters

target
nestedObjectPath
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