Click or drag to resize
Akka.NETActorsActorBuilderTryWithIn, Out Method

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

Namespace:  Akka.FSharp
Assembly:  Akka.FSharp (in Akka.FSharp.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ActorsCont<In, Out> TryWith<In, Out>(
	FSharpFunc<Unit, ActorsCont<In, Out>> f,
	FSharpFunc<Exception, ActorsCont<In, Out>> c
)

Parameters

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

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

c
Type: Microsoft.FSharp.CoreFSharpFuncException, ActorsContIn, Out

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

Type Parameters

In

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

Out

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

Return Value

Type: ActorsContIn, Out

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

See Also