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