Public Overrides function Disconnect() As TransResult
Here you have to implement the disconnection method for your LP,
Sample
Public Sub LPConnectionState (ByVal LP As VertexFXBridgeAPI.VertexFXLP, ByVal IsConnected As Boolean) If IsConnected Then LP.GetLP("Description").Disconnect () End If End Sub
See Also