Table of Contents

Interface ITimerTrigger

Namespace
Common
Assembly
Lykke.Common.dll

Lykke timer abstraction.

public interface ITimerTrigger : IStartStop, IStartable, IStopable, IDisposable
Inherited Members
Extension Methods

Remarks

You do not need to catch exceptions just to for logging in handler of this event, infrastructure will do it for you.

Handler execution time is not included in the timer period.

Events

Triggered

This event will be triggered when timer period is ellapsed.

You do not need to catch exceptions just for logging in handler of this event, infrastructure will do it for you.

Handler execution time is not included in the timer period.

event TimerTriggeredEventHandler Triggered

Event Type

TimerTriggeredEventHandler