Click or drag to resize
Akka.NETPersistentFSMBaseTState, TData, TEventState Class
This captures all of the managed state of the PersistentFSMTState, TData, TEvent: the state name, the state data, possibly custom timeout, stop reason, and replies accumulated while processing the last message.
Inheritance Hierarchy
SystemObject
  Akka.ActorFSMBaseStateTState, TData
    Akka.Persistence.FsmPersistentFSMBaseTState, TData, TEventState

Namespace:  Akka.Persistence.Fsm
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public class State : FSMBaseState<TState, TData>

The PersistentFSMBaseTState, TData, TEventState generic type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAfterTransitionHandler
TBD
Public propertyDomainEvents
TBD
Public propertyNotifies
TBD
Public propertyReplies
TBD
(Inherited from FSMBaseStateTS, TD.)
Public propertyStateData
TBD
(Inherited from FSMBaseStateTS, TD.)
Public propertyStateName
TBD
(Inherited from FSMBaseStateTS, TD.)
Public propertyStopReason
TBD
(Inherited from FSMBaseStateTS, TD.)
Public propertyTimeout
TBD
(Inherited from FSMBaseStateTS, TD.)
Top
Methods
  NameDescription
Public methodAndThen
Register a handler to be triggered after the state has been persisted successfully
Public methodApplying(TEvent)
Specify domain event to be applied when transitioning to the new state.
Public methodApplying(ILinearSeqTEvent)
Specify domain events to be applied when transitioning to the new state.
Public methodCopy
TBD
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Inherited from FSMBaseStateTS, TD.)
Public methodEquals(FSMBaseStateTS, TD)
Indicates whether the current object is equal to another object of the same type.
(Inherited from FSMBaseStateTS, TD.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodForMax
TBD
Public methodGetHashCode
Serves as the default hash function.
(Inherited from FSMBaseStateTS, TD.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReplying
TBD
Public methodToString
Returns a string that represents the current object.
(Inherited from FSMBaseStateTS, TD.)
Public methodUsing
Modify state transition descriptor with new state data. The data will be set when transitioning to the new state.
Top
Extension Methods
See Also