C# Class Helios.Exceptions.Events.ExceptionTopicSubscription

Used by internal event brokers for routing events
Inheritance: ITopicSubscription
Exibir arquivo Open project: helios-io/helios

Protected Properties

Property Type Description
_callback Action

Public Methods

Method Description
ExceptionTopicSubscription ( Action callback ) : System
Invoke ( ) : void
Invoke ( object sender, EventArgs e ) : void

Method Details

ExceptionTopicSubscription() public method

public ExceptionTopicSubscription ( Action callback ) : System
callback Action
return System

Invoke() public method

public Invoke ( ) : void
return void

Invoke() public method

public Invoke ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

_callback protected_oe property

protected Action _callback
return Action