|  | LWWDictionaryCreateTKey, TValue Method (UniqueAddress, TKey, TValue, ClockTValue) | 
 
            TBD
            
 
    Namespace: 
   Akka.DistributedData
    Assembly:
   Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.129 (1.2.3.129)
 Syntax
Syntaxpublic static LWWDictionary<TKey, TValue> Create<TKey, TValue>(
	UniqueAddress node,
	TKey key,
	TValue value,
	Clock<TValue> clock = null
)
static member Create : 
        node : UniqueAddress * 
        key : 'TKey * 
        value : 'TValue * 
        ?clock : Clock<'TValue> 
(* Defaults:
        let _clock = defaultArg clock null
*)
-> LWWDictionary<'TKey, 'TValue> 
Parameters
- node
- Type: Akka.ClusterUniqueAddress
 TBD
- key
- Type: TKey
 TBD
- value
- Type: TValue
 TBD
- clock (Optional)
- Type: Akka.DistributedDataClockTValue
 TBD
Type Parameters
- TKey
- TBD
- TValue
- TBD
Return Value
Type: 
LWWDictionaryTKey, 
TValueTBD
 See Also
See Also