Class FSMBase.Transition<TS>
Message type which is used to communicate transitions between states to all subscribed listeners (use FSMBase.SubscribeTransitionCallBack)
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public sealed class Transition<TS>
Type Parameters
Name | Description |
---|---|
TS | The type of state used |
Constructors
| Improve this Doc View SourceTransition(IActorRef, TS, TS)
Initializes a new instance of the Transition
Declaration
public Transition(IActorRef fsmRef, TS from, TS to)
Parameters
Type | Name | Description |
---|---|---|
IActorRef | fsmRef | TBD |
TS | from | TBD |
TS | to | TBD |
Properties
| Improve this Doc View SourceFrom
TBD
Declaration
public TS From { get; }
Property Value
Type | Description |
---|---|
TS |
FsmRef
TBD
Declaration
public IActorRef FsmRef { get; }
Property Value
Type | Description |
---|---|
IActorRef |
To
TBD
Declaration
public TS To { get; }
Property Value
Type | Description |
---|---|
TS |
Methods
| Improve this Doc View SourceEquals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
Object | obj |
Returns
Type | Description |
---|---|
Boolean |
Overrides
| Improve this Doc View SourceGetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
Int32 |
Overrides
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |