Class SetStore
TBD
Inherited Members
Namespace: Akka.Persistence.Journal
Assembly: Akka.Persistence.dll
Syntax
[Serializable]
public sealed class SetStore
Constructors
| Edit this page View SourceSetStore(IActorRef)
TBD
Declaration
public SetStore(IActorRef store)
Parameters
| Type | Name | Description |
|---|---|---|
| IActorRef | store | TBD |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException | This exception is thrown when the specified |
Fields
| Edit this page View SourceStore
TBD
Declaration
public readonly IActorRef Store
Field Value
| Type | Description |
|---|---|
| IActorRef |
Edit this page