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

Namespace:  Akka.Cluster.Routing
Assembly:  Akka.Cluster (in Akka.Cluster.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public override 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