Click or drag to resize

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

The IDisposableApiEventListenerPlugin type exposes the following members.

Properties
  NameDescription
Public propertyAtomiaBillingApi
Gets or sets IAtomiaBillingApi instance.
(Inherited from IPlugin.)
Public propertyName
Gets or sets plugin name.
(Inherited from IPlugin.)
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also