Click or drag to resize

AdapterLoaderT Events

The AdapterLoaderT type exposes the following members.

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