Click or drag to resize
Akka.NETDistributedDataExtensionsDistributedData Method
Returns th DistributedData(ActorSystem) extension configured for provided system. Configuration is supplied automatically from HOCON config under the path: `akka.cluster.distributed-data`

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static DistributedData DistributedData(
	this ActorSystem system
)

Parameters

system
Type: Akka.ActorActorSystem

[Missing <param name="system"/> documentation for "M:Akka.DistributedData.DistributedDataExtensions.DistributedData(Akka.Actor.ActorSystem)"]

Return Value

Type: DistributedData

[Missing <returns> documentation for "M:Akka.DistributedData.DistributedDataExtensions.DistributedData(Akka.Actor.ActorSystem)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ActorSystem. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also