Click or drag to resize
Akka.NETStashingHandlerInvocation Constructor
Initializes a new instance of the StashingHandlerInvocation class

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public StashingHandlerInvocation(
	Object evt,
	Action<Object> handler
)

Parameters

evt
Type: SystemObject

[Missing <param name="evt"/> documentation for "M:Akka.Persistence.StashingHandlerInvocation.#ctor(System.Object,System.Action{System.Object})"]

handler
Type: SystemActionObject

[Missing <param name="handler"/> documentation for "M:Akka.Persistence.StashingHandlerInvocation.#ctor(System.Object,System.Action{System.Object})"]

See Also