IDisposableApiEventListenerPlugin Interface |
Interface that should be implemented by all the plugins that listen from events fired by Atomia Billing Api.
The interface includes System.IDisposable to be able to turn off events in Dispose method.
Namespace:
Atomia.Billing.Core.Sdk.Plugins
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public interface IDisposableApiEventListenerPlugin : IApiEventListenerPlugin,
IPlugin, IDisposable
Public Interface IDisposableApiEventListenerPlugin
Inherits IApiEventListenerPlugin, IPlugin, IDisposable
public interface class IDisposableApiEventListenerPlugin : IApiEventListenerPlugin,
IPlugin, IDisposable
type IDisposableApiEventListenerPlugin =
interface
interface IApiEventListenerPlugin
interface IPlugin
interface IDisposable
end
The IDisposableApiEventListenerPlugin type exposes the following members.
Properties Methods
| Name | Description |
---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
TopSee Also