public ValidationResult ValidateNetworkTopology( IEnumerable<Selection> selections, ServiceSynchronizationType serviceSynchronizationType, ValidationType validationType )
Public Overloads Function ValidateNetworkTopology( _ ByVal selections As IEnumerable(Of Selection), _ ByVal serviceSynchronizationType As ServiceSynchronizationType, _ ByVal validationType As ValidationType _ ) As ValidationResult
Parameters
- 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.
- validationType
- Specifies the type of validation.
Return Value
A ValidationResult that describes the result of the operation.