RemoteSharedFileBackedMetadataCatalog.ConnectionAcquired event
Indicates that the connection to the BCS host process has been reacquired.
Namespace: Microsoft.Office.BusinessData.MetadataModel
Assembly: Microsoft.Office.BusinessApplications.Runtime (in Microsoft.Office.BusinessApplications.Runtime.dll)
Syntax
'Declaration
Public Event ConnectionAcquired As EventHandler
'Usage
Dim instance As RemoteSharedFileBackedMetadataCatalog
Dim handler As EventHandler
AddHandler instance.ConnectionAcquired, handler
public event EventHandler ConnectionAcquired
Remarks
The application may safely request remote objects after receiving this event.
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