| PersistentShardCoordinatorUpdateTEvent 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 void Update<TEvent>(
TEvent e,
Action<TEvent> handler
)
where TEvent : PersistentShardCoordinatorIDomainEvent
member Update :
e : 'TEvent *
handler : Action<'TEvent> -> unit when 'TEvent : PersistentShardCoordinatorIDomainEvent
Parameters
- e
- Type: TEvent
TBD - handler
- Type: SystemActionTEvent
TBD
Type Parameters
- TEvent
- TBD
Return Value
Type:
TBD
See Also