Click or drag to resize
Akka.NETActorsActorBuilderForIter, In Method

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

Namespace:  Akka.FSharp
Assembly:  Akka.FSharp (in Akka.FSharp.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ActorsCont<In, Unit> For<Iter, In>(
	IEnumerable<Iter> source,
	FSharpFunc<Iter, ActorsCont<In, Unit>> f
)

Parameters

source
Type: System.Collections.GenericIEnumerableIter

[Missing <param name="source"/> documentation for "M:Akka.FSharp.Actors.ActorBuilder.For``2(System.Collections.Generic.IEnumerable{``0},Microsoft.FSharp.Core.FSharpFunc{``0,Akka.FSharp.Actors.Cont{``1,Microsoft.FSharp.Core.Unit}})"]

f
Type: Microsoft.FSharp.CoreFSharpFuncIter, ActorsContIn, Unit

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

Type Parameters

Iter

[Missing <typeparam name="Iter"/> documentation for "M:Akka.FSharp.Actors.ActorBuilder.For``2(System.Collections.Generic.IEnumerable{``0},Microsoft.FSharp.Core.FSharpFunc{``0,Akka.FSharp.Actors.Cont{``1,Microsoft.FSharp.Core.Unit}})"]

In

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

Return Value

Type: ActorsContIn, Unit

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

See Also