C# Class Akka.Interfaced.NotificationFilterOrderTest.NotificationFilterFirstFilter

Inheritance: IPreNotificationFilter, IPostNotificationFilter
Datei anzeigen Open project: SaladLab/Akka.Interfaced

Private Properties

Property Type Description
IPostNotificationFilter void
IPreNotificationFilter void

Public Methods

Method Description
NotificationFilterFirstFilter ( string name ) : System

Private Methods

Method Description
IPostNotificationFilter ( PostNotificationFilterContext context ) : void
IPreNotificationFilter ( PreNotificationFilterContext context ) : void

Method Details

NotificationFilterFirstFilter() public method

public NotificationFilterFirstFilter ( string name ) : System
name string
return System