Class ORSetKey<T>
Inherited Members
Namespace: Akka.DistributedData
Assembly: Akka.DistributedData.dll
Syntax
[Serializable]
public sealed class ORSetKey<T> : Key<ORSet<T>>, IKey<ORSet<T>>, IKey, IReplicatedDataSerialization
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
| Edit this page View SourceORSetKey(string)
Declaration
public ORSetKey(string id)
Parameters
| Type | Name | Description |
|---|---|---|
| string | id |
Properties
| Edit this page View SourceSetType
Declaration
public Type SetType { get; }
Property Value
| Type | Description |
|---|---|
| Type |
Edit this page