|  | ClusterReplicatedDataExtensionsORDictionaryTKey, TVal Method (Cluster) | 
 
            Creates a new instance of an ORDictionary scoped to a current cluster.
            
 
    Namespace: 
   Akka.DistributedData.Local
    Assembly:
   Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.129 (1.2.3.129)
 Syntax
Syntaxpublic static LocalORDictionary<TKey, TVal> ORDictionary<TKey, TVal>(
	this Cluster cluster
)
where TVal : IReplicatedData
[<ExtensionAttribute>]
static member ORDictionary : 
        cluster : Cluster -> LocalORDictionary<'TKey, 'TVal>  when 'TVal : IReplicatedData
Parameters
- cluster
- Type: Akka.ClusterCluster
 TBD
Type Parameters
- TKey
- TBD
- TVal
- TBD
Return Value
Type: 
LocalORDictionaryTKey, 
TValTBD
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type 
Cluster. 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
See Also