Click or drag to resize
Akka.NETEventBusTEvent, TClassifier, TSubscriberClassify Method
Classifies the specified event using the specified classifier.

Namespace:  Akka.Event
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected abstract bool Classify(
	TEvent event,
	TClassifier classifier
)

Parameters

event
Type: TEvent
The event that is being classified.
classifier
Type: TClassifier
The classifier used to classify the event.

Return Value

Type: Boolean
true if the classification succeeds; otherwise false.
See Also