Property Result
Result
Gets the result of a validate network topology job that has succeeded, null otherwise.
Declaration
public UtilityValidationResult Result { get; }Property Value
| Type | Description | 
|---|---|
| UtilityValidationResult | The result of a validate network topology job that has succeeded,  | 
Remarks
 If the job is in progress then a null result is returned until the job successfully completes.
If the job fails to complete successfully, Error will be set to one of the following exceptions.
- System.InvalidOperationException Indicates one of the following:
- validate network topology is not supported, check SupportsValidateNetworkTopology
- network topology is not enabled
- pending edits exist
- another session is running validate in the default version
- a geodatabase transaction is already started
 
- System.TimeoutException will be set if the server timed out due to the size of the network.
- GeodatabaseClosedException will be set if a validate operation is called on a closed geodatabase.
Applies to
Platforms and versions
| Target | Versions | 
|---|---|
| .NET Standard 2.0 | 200.3 - 200.8 | 
| .NET | 200.3 - 200.8 | 
| .NET Windows | 200.3 - 200.8 | 
| .NET Android | 200.3 - 200.8 | 
| .NET iOS | 200.3 - 200.8 | 
| .NET Framework | 200.3 - 200.8 | 
| UWP | 200.3 - 200.8 |