ArcFM Server Developer Guide
HealByFullTrace(IEnumerable<BulkCircuitTraceHealingInfo>,HealByFullTraceCallerContext,CircuitInspectedCallBack,Boolean) Method


Syntax
'Declaration
 
Public Overloads Function HealByFullTrace( _
   ByVal circuitsToHeal As IEnumerable(Of BulkCircuitTraceHealingInfo), _
   ByVal callerContext As HealByFullTraceCallerContext, _
   Optional ByVal progressCallBack As CircuitInspectedCallBack, _
   Optional ByVal updateHeaderInfo As Boolean _
) As IEnumerable(Of Guid)
'Usage
 
Dim instance As BulkCircuitUtility
Dim circuitsToHeal As IEnumerable(Of BulkCircuitTraceHealingInfo)
Dim callerContext As HealByFullTraceCallerContext
Dim progressCallBack As CircuitInspectedCallBack
Dim updateHeaderInfo As Boolean
Dim value As IEnumerable(Of Guid)
 
value = instance.HealByFullTrace(circuitsToHeal, callerContext, progressCallBack, updateHeaderInfo)

Parameters

circuitsToHeal
callerContext
progressCallBack
updateHeaderInfo
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

BulkCircuitUtility Class
BulkCircuitUtility Members
Overload List

 

 


Send Comment