| DistributedDataExtensionsDistributedData 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.129 (1.2.3.129)
Syntax public static DistributedData DistributedData(
this ActorSystem system
)
[<ExtensionAttribute>]
static member DistributedData :
system : ActorSystem -> DistributedData
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