Click or drag to resize
Akka.NETPersistentShardCoordinatorUpdateTEvent Method
TBD

Namespace:  Akka.Cluster.Sharding
Assembly:  Akka.Cluster.Sharding (in Akka.Cluster.Sharding.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected void Update<TEvent>(
	TEvent e,
	Action<TEvent> handler
)
where TEvent : PersistentShardCoordinatorIDomainEvent

Parameters

e
Type: TEvent
TBD
handler
Type: SystemActionTEvent
TBD

Type Parameters

TEvent
TBD

Return Value

Type: 
TBD
See Also