Click or drag to resize

MetadataProviders Events

The MetadataProviders type exposes the following members.

Events
  Name Description
Public event AdapterCreated Occurs when a new adapter is found and instantiated.
(Inherited from AdapterLoader<T>)
Public event AdapterLoaded Occurs when a new adapter is loaded to the Adapters list.
(Inherited from AdapterLoader<T>)
Public event AdapterLoadException Occurs when an Exception is encountered when loading an adapter.
(Inherited from AdapterLoader<T>)
Public event AdapterResourceUsageExceeded Occurs when an adapter has exceeded either the AllowableAdapterMemoryUsage or AllowableAdapterProcessorUsage.
(Inherited from AdapterLoader<T>)
Public event AdapterUnloaded Occurs when an existing adapter is unloaded from the Adapters list.
(Inherited from AdapterLoader<T>)
Public event Disposed Occurs when the class has been disposed.
(Inherited from AdapterLoader<T>)
Public event OperationExecutionException Occurs when an Exception is encountered while executing a queued operation on one the Adapters.
(Inherited from AdapterLoader<T>)
Top
See Also