Route.SpecificationType
- Updated2023-02-21
- 1 minute(s) read
Syntax
Route.SpecificationType
Data Type
NiseRouteSpecificationType
Use the following constants with this data type:
- kSpecifiedByBoth—If the full path fails to connect, the routing engine uses endpoints to determine the route.
- kSpecifiedByEndpoints—The routing engine uses endpoints to determine the route.
- kSpecifiedByFullPath—The routing engine uses the fully specified path to determine the route.
Purpose
Specifies the connect method the routing engine uses to determine a route.