| IRoutingCollectionCreate Method (String) |
Creates a new routing in the collection given its name
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax IRouting Create(
string name
)
Function Create (
name As String
) As IRouting
IRouting^ Create(
String^ name
)
Parameters
- name
- Type: SystemString
Name of the routing to create
Return Value
Type:
IRoutingReturns the newly created routing
See Also