Developer Documentation Library > Interviewer - Server > Reference > ISessionEngines interface > Register
 
Register
Registers a new session engine with the Web tier.
Syntax
Register(Password As String, URL As String)
Arguments
Password
The Web tier registration password. The password is used to prevent unauthorized registration of session engines.
URL
The URL of the session engine to register.
Remarks
The session engine is called as part of registration to ensure that it is available. If this call fails, the session engine is not added to the list of registered engines and an error is returned.
The call to register completes successfully if the session engine is already registered.
If the session engine is in the failed engines list, it is moved to the registered engines list.
See also
ISessionEngines interface