Click or drag to resize
Akka.NETActors.ActorBuilder.Combine<In, c, Out> Method (Actors.Cont<In, c>, FSharpFunc<Unit, Actors.Cont<In, Out>>)

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

Namespace:  Akka.FSharp
Assembly:  Akka.FSharp (in Akka.FSharp.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public Actors. Cont<In, Out> Combine<In, c, Out>(
	Actors. Cont<In, c> f,
	FSharpFunc<Unit, Actors. Cont<In, Out>> g
)

Parameters

f
Type: Akka.FSharp.Actors.Cont<In, c>

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

g
Type: Microsoft.FSharp.Core.FSharpFunc<Unit, Actors.Cont<In, Out>>

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

Type Parameters

In

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

c

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

Out

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

Return Value

Type: Actors.Cont<In, Out>

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

See Also