Click or drag to resize

IInternalScheduledEventHandler Interface

Interface for internal scheduled tasks.

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 IInternalScheduledEventHandler : IScheduledEventHandler, 
	IPlugin

The IInternalScheduledEventHandler 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.)
Public propertyPeriod
Gets the execution period.
Top
Methods
  NameDescription
Public methodHandleEvent
Handles scheduled event.
(Inherited from IScheduledEventHandler.)
Top
See Also