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
| Edit this page View SourceLWWRegisterKey(string)
TBD
Declaration
public LWWRegisterKey(string id)
Parameters
Type | Name | Description |
---|---|---|
string | id | TBD |
Properties
| Edit this page View SourceRegisterType
Declaration
public Type RegisterType { get; }
Property Value
Type | Description |
---|---|
Type |