Click or drag to resize
Akka.NETActorsContIn, OutNewReturn Method

[Missing <summary> documentation for "M:Akka.FSharp.Actors.Cont`2.NewReturn(`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> NewReturn(
	Out item
)

Parameters

item
Type: Out

[Missing <param name="item"/> documentation for "M:Akka.FSharp.Actors.Cont`2.NewReturn(`1)"]

Return Value

Type: ActorsContIn, Out

[Missing <returns> documentation for "M:Akka.FSharp.Actors.Cont`2.NewReturn(`1)"]

See Also