| LoggingBusClassify 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 override bool Classify(
Object event,
Type classifier
)
abstract Classify :
event : Object *
classifier : Type -> bool
override Classify :
event : Object *
classifier : Type -> bool
Parameters
- event
- Type: SystemObject
The event that is being classified. - classifier
- Type: SystemType
The classifier used to classify the event.
Return Value
Type:
Booleantrue if the classification succeeds; otherwise
false.
See Also