Click or drag to resize
Akka.NETLoggingBusClassify 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
)

Parameters

event
Type: SystemObject
The event that is being classified.
classifier
Type: SystemType
The classifier used to classify the event.

Return Value

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