Syntax
Public Overrides Sub ValidateBO(BOUsername As String, ServerIP As String, WID As Long)
Description
This procedure called by the bridgewhen the BackOffice loads all data after the Login and when adding new LP while the BO is ready .
Parameters
Key | Description |
BOUsername | BackOffice username |
ServerIP | BackOffice server IP |
WID | BackOffice white label ID |
Remarks
You can validate if the BO information able touse your DLL or not.
See Also