Click or drag to resize
Akka.NETStateTS, TD, TE Methods

The PersistentFSMBaseTState, TData, TEventStateTS, TD, TE generic type exposes the following members.

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)
TBD
Public methodCopy
TBD
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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 Object.)
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 Object.)
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