Click or drag to resize
Akka.NETActorsActorBuilderBindIn, Out1, Out2 Method (ActorsContIn, Out1, FSharpFuncOut1, ActorsContIn, Out2)
Binds the result of another actor computation expression.

Namespace:  Akka.FSharp
Assembly:  Akka.FSharp (in Akka.FSharp.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ActorsCont<In, Out2> Bind<In, Out1, Out2>(
	ActorsCont<In, Out1> x,
	FSharpFunc<Out1, ActorsCont<In, Out2>> f
)

Parameters

x
Type: Akka.FSharpActorsContIn, Out1

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

f
Type: Microsoft.FSharp.CoreFSharpFuncOut1, ActorsContIn, Out2

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

Type Parameters

In

[Missing <typeparam name="In"/> documentation for "M:Akka.FSharp.Actors.ActorBuilder.Bind``3(Akka.FSharp.Actors.Cont{``0,``1},Microsoft.FSharp.Core.FSharpFunc{``1,Akka.FSharp.Actors.Cont{``0,``2}})"]

Out1

[Missing <typeparam name="Out1"/> documentation for "M:Akka.FSharp.Actors.ActorBuilder.Bind``3(Akka.FSharp.Actors.Cont{``0,``1},Microsoft.FSharp.Core.FSharpFunc{``1,Akka.FSharp.Actors.Cont{``0,``2}})"]

Out2

[Missing <typeparam name="Out2"/> documentation for "M:Akka.FSharp.Actors.ActorBuilder.Bind``3(Akka.FSharp.Actors.Cont{``0,``1},Microsoft.FSharp.Core.FSharpFunc{``1,Akka.FSharp.Actors.Cont{``0,``2}})"]

Return Value

Type: ActorsContIn, Out2

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

See Also