Click or drag to resize
Akka.NETState Methods

The PersistentFSMBase< TState, TData, TEvent> . State 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(ILinearSeq<TEvent>)
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 FSMBase.State<TS, TD>.)
Public methodEquals(FSMBase.State<TS, TD>)
Indicates whether the current object is equal to another object of the same type.
(Inherited from FSMBase.State<TS, 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 FSMBase.State<TS, 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 FSMBase.State<TS, 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