public static ValidationResult ValidateNetworkTopologyInEditOperation( UtilityNetwork utilityNetwork, IEnumerable<Selection> selections, ServiceSynchronizationType serviceSynchronizationType )
Public Overloads Shared Function ValidateNetworkTopologyInEditOperation( _ ByVal utilityNetwork As UtilityNetwork, _ ByVal selections As IEnumerable(Of Selection), _ ByVal serviceSynchronizationType As ServiceSynchronizationType _ ) As ValidationResult
Parameters
- utilityNetwork
- The UtilityNetwork instance whose network topology to validate.
- selections
- The set of features/objects to validate. This must be GlobalID-based.
- serviceSynchronizationType
- Specifies which implementation of the service endpoint to call. This parameter is ignored for non-services based utility networks.
Return Value
A ValidationResult that describes the result of the operation.