| ClusterRouterGroupIsManagementMessage 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
)
abstract IsManagementMessage :
message : Object -> bool
override IsManagementMessage :
message : Object -> bool
Parameters
- message
- Type: SystemObject
The message to inspect.
Return Value
Type:
Booleantrue if this message is handled by the router; otherwise
false.
See Also