Public Overrides Function Connect()As TransResult
This function is used to connectyour LP with server . After Connect method executed ,theLPConnectionState event fires.
Sample
Public Sub LPConnectionState (ByVal LP As VertexFXBridgeAPI.VertexFXLP, ByVal IsConnected As Boolean) If Not IsConnected Then LP.GetLP(Description).Connect () End IF End Sub
See Also