Click or drag to resize

IMetadataProvider Events

The IMetadataProvider type exposes the following members.

Events
  Name Description
Public event Disposed Raised after the source object has been properly disposed.
(Inherited from ISupportLifecycle)
Public event ExecutionException Occurs when the IAdapter encounters an Exception during execution.
(Inherited from IAdapter)
Public event MetadataRefreshComplete Occurs when Refresh of Metadata is completed.
Public event MetadataRefreshException Occurs when an Exception is encountered during Refresh of Metadata.
Public event MetadataRefreshStart Occurs when Refresh of Metadata is started.
Public event MetadataRefreshTimeout Occurs when Refresh of Metadata times out.
Public event StatusUpdate Occurs when the IAdapter wants to provide a status update.
(Inherited from IAdapter)
Top
See Also