Class LWWRegisterKey<T>
Key types for LWWRegister<T>
Inherited Members
Namespace: Akka.DistributedData
Assembly: Akka.DistributedData.dll
Syntax
[Serializable]
public sealed class LWWRegisterKey<T> : Key<LWWRegister<T>>, IKey<LWWRegister<T>>, IKey, IReplicatedDataSerialization
Type Parameters
Name | Description |
---|---|
T | TBD |
Constructors
| Improve this Doc View SourceLWWRegisterKey(String)
TBD
Declaration
public LWWRegisterKey(string id)
Parameters
Type | Name | Description |
---|---|---|
String | id | TBD |
Properties
| Improve this Doc View SourceRegisterType
Declaration
public Type RegisterType { get; }
Property Value
Type | Description |
---|---|
Type |