This document is archived and information here might be outdated. Recommended version. |
Creates a SMRouter object based on information in the input routing initialization file.
[Visual Basic .NET] Public Function CreateRouter ( _ ByVal RoutingFilePath As String _ ) As SMRouter
[C#] public SMRouter CreateRouter ( string RoutingFilePath );
[C++]
HRESULT CreateRouter(
BSTR RoutingFilePath
);
[C++] Parameters RoutingFilePath [in]
RoutingFilePath is a parameter of type BSTR
The method creates a SMRouter object reading necessary information from the routing initialization file that is passed in.
The method returns an instance of the SMRouter object if successful. Otherwise it returns Nothing.
A routing initialization file, for example routing.ini or routing.rs, contains the definition of the routing service based on the specific information about routing data source.