| ClusterExtensionCreateExtension Method |
Creates the cluster extension using a given actor system.
Namespace:
Akka.Cluster
Assembly:
Akka.Cluster (in Akka.Cluster.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public override Cluster CreateExtension(
ExtendedActorSystem system
)
abstract CreateExtension :
system : ExtendedActorSystem -> Cluster
override CreateExtension :
system : ExtendedActorSystem -> Cluster
Parameters
- system
- Type: Akka.ActorExtendedActorSystem
The actor system to use when creating the extension.
Return Value
Type:
ClusterThe extension created using the given actor system.
Implements
IExtensionIdTCreateExtension(ExtendedActorSystem)See Also