Click or drag to resize
Akka.NETActorsFunActorMessage, ReturnedOnReceive Method

[Missing <summary> documentation for "M:Akka.FSharp.Actors.FunActor`2.OnReceive(System.Object)"]

Namespace:  Akka.FSharp
Assembly:  Akka.FSharp (in Akka.FSharp.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public override void OnReceive(
	Object msg
)

Parameters

msg
Type: SystemObject

[Missing <param name="msg"/> documentation for "M:Akka.FSharp.Actors.FunActor`2.OnReceive(System.Object)"]

See Also