| ActorsFunActorMessage, Returned Constructor (FSharpFuncActorsActorMessage, ActorsContMessage, Returned) |
Namespace:
Akka.FSharp
Assembly:
Akka.FSharp (in Akka.FSharp.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public FunActor(
FSharpFunc<ActorsActor<Message>, ActorsCont<Message, Returned>> actor
)
new :
actor : FSharpFunc<ActorsActor<'Message>, ActorsCont<'Message, 'Returned>> -> FunActor
Parameters
- actor
- Type: Microsoft.FSharp.CoreFSharpFuncActorsActorMessage, ActorsContMessage, Returned
[Missing <param name="actor"/> documentation for "M:Akka.FSharp.Actors.FunActor`2.#ctor(Microsoft.FSharp.Core.FSharpFunc{Akka.FSharp.Actors.Actor{`0},Akka.FSharp.Actors.Cont{`0,`1}})"]
See Also