Click or drag to resize
Akka.NETAutoPilotDelegate Delegate
TBD

Namespace:  Akka.TestKit
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public delegate AutoPilot AutoPilotDelegate(
	IActorRef sender,
	Object message
)

Parameters

sender
Type: Akka.ActorIActorRef
TBD
message
Type: SystemObject
TBD

Return Value

Type: AutoPilot
TBD
See Also