RemoteSharedFileBackedMetadataCatalog.ConnectionLost event

Indicates that the connection to the BCS host process has been lost.

Namespace:  Microsoft.Office.BusinessData.MetadataModel
Assembly:  Microsoft.Office.BusinessApplications.Runtime (in Microsoft.Office.BusinessApplications.Runtime.dll)

Syntax

'Declaration
Public Event ConnectionLost As EventHandler
'Usage
Dim instance As RemoteSharedFileBackedMetadataCatalog
Dim handler As EventHandler

AddHandler instance.ConnectionLost, handler
public event EventHandler ConnectionLost

Remarks

When this event is received all objects obtained from the BCS host process are invalid. The application should discard the remote objects. The application may safely request new objects from the BCS host process but the call will block until the connection can be reacquired.

Object instances obtained from an instance of RemoteSharedFileBackedMetadataCatalog can only be used with object instances obtained from the same instance of RemoteSharedFileBackedMetadataCatalog. Using incompatible object instances with each other causes data corruption and other unexpected behavior.

See also

Reference

RemoteSharedFileBackedMetadataCatalog class

RemoteSharedFileBackedMetadataCatalog members

Microsoft.Office.BusinessData.MetadataModel namespace

ConnectionAcquired

PreConnectionLost