Click or drag to resize
Akka.NETActorsActorBuilder Class
The builder for actor computation expression.
Inheritance Hierarchy
SystemObject
  Akka.FSharpActorsActorBuilder

Namespace:  Akka.FSharp
Assembly:  Akka.FSharp (in Akka.FSharp.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
[SerializableAttribute]
public class ActorBuilder

The ActorsActorBuilder type exposes the following members.

Constructors
  NameDescription
Public methodActorsActorBuilder
Initializes a new instance of the ActorsActorBuilder class
Top
Methods
  NameDescription
Public methodBindIn, p(ActorsIOIn, FSharpFuncIn, ActorsContIn, p)
Binds the next message.
Public methodBindIn, Out1, Out2(ActorsContIn, Out1, FSharpFuncOut1, ActorsContIn, Out2)
Binds the result of another actor computation expression.
Public methodCombineIn, a, Out(ActorsContIn, a, ActorsContIn, Out)
Public methodCombineIn, c, Out(ActorsContIn, c, FSharpFuncUnit, ActorsContIn, Out)
Public methodCombineIn, b, Out(FSharpFuncUnit, ActorsContIn, b, ActorsContIn, Out)
Public methodCombineIn, d, Out(FSharpFuncUnit, ActorsContIn, d, FSharpFuncUnit, ActorsContIn, Out)
Public methodDelayi, j
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodForIter, In
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReturnm, n
Public methodReturnFromo
Public methodRune, f(ActorsConte, f)
Public methodRung, h(FSharpFuncUnit, ActorsContg, h)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryFinallyIn, Out
Public methodTryWithIn, Out
Public methodUsingk, In, Out
Public methodWhileIn
Public methodZerol
Top
Extension Methods
See Also