CurrentState<(Of <(<'TS>)>)>..::..State Property

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public TS State { get; set; }
Public Property State As TS
	Get
	Set
public:
property TS State {
	TS get ();
	void set (TS value);
}