 | ActorsActorBuilder Class |
The builder for actor computation expression.
Inheritance Hierarchy
Namespace:
Akka.FSharp
Assembly:
Akka.FSharp (in Akka.FSharp.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax[SerializableAttribute]
public class ActorBuilder
[<SerializableAttribute>]
type ActorBuilder = class end
The ActorsActorBuilder type exposes the following members.
Constructors
Methods
| Name | Description |
---|
 | BindIn, p(ActorsIOIn, FSharpFuncIn, ActorsContIn, p) |
Binds the next message.
|
 | BindIn, Out1, Out2(ActorsContIn, Out1, FSharpFuncOut1, ActorsContIn, Out2) |
Binds the result of another actor computation expression.
|
 | CombineIn, a, Out(ActorsContIn, a, ActorsContIn, Out) | |
 | CombineIn, c, Out(ActorsContIn, c, FSharpFuncUnit, ActorsContIn, Out) | |
 | CombineIn, b, Out(FSharpFuncUnit, ActorsContIn, b, ActorsContIn, Out) | |
 | CombineIn, d, Out(FSharpFuncUnit, ActorsContIn, d, FSharpFuncUnit, ActorsContIn, Out) | |
 | Delayi, j | |
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
 | ForIter, In | |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | Returnm, n | |
 | ReturnFromo | |
 | Rune, f(ActorsConte, f) | |
 | Rung, h(FSharpFuncUnit, ActorsContg, h) | |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
 | TryFinallyIn, Out | |
 | TryWithIn, Out | |
 | Usingk, In, Out | |
 | WhileIn | |
 | Zerol | |
Top
Extension Methods
See Also