Click or drag to resize
Akka.NETRouterConfigIsManagementMessage Method
Determines whether a provided message is handled by the router.

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public virtual bool IsManagementMessage(
	Object message
)

Parameters

message
Type: SystemObject
The message to inspect.

Return Value

Type: Boolean
true if this message is handled by the router; otherwise false.
See Also