Click or drag to resize
Akka.NETActorsActorBuilderUsingk, In, Out Method

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

Namespace:  Akka.FSharp
Assembly:  Akka.FSharp (in Akka.FSharp.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ActorsCont<In, Out> Using<k, In, Out>(
	k d,
	FSharpFunc<k, ActorsCont<In, Out>> f
)
where k : class, IDisposable

Parameters

d
Type: k

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

f
Type: Microsoft.FSharp.CoreFSharpFunck, ActorsContIn, Out

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

Type Parameters

k

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

In

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

Out

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

Return Value

Type: ActorsContIn, Out

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

See Also