Syntax
Public Overrides Sub Initialize ()
This method will be called by the bridge once creating a new instance of your LP. In this method you have to set parameters of your LP as username, password, server IP, and port etc
Sample
Public Overrides Sub Initialize () m_oLP.SetLoginInfo (MyBase.Parameter ("Username"), MyBase.Parameter ("Password"), MyBase.Parameter ("Server"), MyBase.Parameter ("Port")) End Sub
See Also