Click or drag to resize
Akka.NETActorsContIn, OutNewFunc Method

[Missing <summary> documentation for "M:Akka.FSharp.Actors.Cont`2.NewFunc(Microsoft.FSharp.Core.FSharpFunc{`0,Akka.FSharp.Actors.Cont{`0,`1}})"]

Namespace:  Akka.FSharp
Assembly:  Akka.FSharp (in Akka.FSharp.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static ActorsCont<In, Out> NewFunc(
	FSharpFunc<In, ActorsCont<In, Out>> item
)

Parameters

item
Type: Microsoft.FSharp.CoreFSharpFuncIn, ActorsContIn, Out

[Missing <param name="item"/> documentation for "M:Akka.FSharp.Actors.Cont`2.NewFunc(Microsoft.FSharp.Core.FSharpFunc{`0,Akka.FSharp.Actors.Cont{`0,`1}})"]

Return Value

Type: ActorsContIn, Out

[Missing <returns> documentation for "M:Akka.FSharp.Actors.Cont`2.NewFunc(Microsoft.FSharp.Core.FSharpFunc{`0,Akka.FSharp.Actors.Cont{`0,`1}})"]

See Also