Class FSMBase.CurrentState<TS>
Inheritance
FSMBase.CurrentState<TS>
Assembly: Akka.dll
Syntax
public sealed class CurrentState<TS>
Type Parameters
Name |
Description |
TS |
The type of the state being used in this finite state machine.
|
Constructors
|
Improve this Doc
View Source
CurrentState(IActorRef, TS)
Initializes a new instance of the CurrentState
Declaration
public CurrentState(IActorRef fsmRef, TS state)
Parameters
Type |
Name |
Description |
IActorRef |
fsmRef |
TBD
|
TS |
state |
TBD
|
Properties
|
Improve this Doc
View Source
FsmRef
Declaration
public IActorRef FsmRef { get; }
Property Value
|
Improve this Doc
View Source
State
Declaration
Property Value
Methods
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Extension Methods