Click or drag to resize
Akka.NETLoggingBusGetClassifier Method
Retrieves the classifier used to classify the specified event.

Namespace:  Akka.Event
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected override Type GetClassifier(
	Object event
)

Parameters

event
Type: SystemObject
The event for which to retrieve the classifier.

Return Value

Type: Type
The classifier used to classify the event.
See Also