| ShardProcessChangeT Method |
TBD
Namespace:
Akka.Cluster.Sharding
Assembly:
Akka.Cluster.Sharding (in Akka.Cluster.Sharding.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax protected virtual void ProcessChange<T>(
T evt,
Action<T> handler
)
abstract ProcessChange :
evt : 'T *
handler : Action<'T> -> unit
override ProcessChange :
evt : 'T *
handler : Action<'T> -> unit
Parameters
- evt
- Type: T
TBD - handler
- Type: SystemActionT
TBD
Type Parameters
- T
- TBD
See Also