Click or drag to resize
Akka.NETActors Class

[Missing <summary> documentation for "T:Akka.FSharp.Actors"]

Inheritance Hierarchy
SystemObject
  Akka.FSharpActors

Namespace:  Akka.FSharp
Assembly:  Akka.FSharp (in Akka.FSharp.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static class Actors

The Actors type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberactor
Builds an actor message handler using an actor expression syntax.
Top
Methods
  NameDescription
Public methodStatic memberAskResponse
Sends a message to an actor and asynchronously awaits for a response back until timeout occur.
Public methodStatic memberpipeToT
Pipes an output of asynchronous expression directly to the recipients mailbox.
Public methodStatic memberselect
Returns an instance of [ActorSelection] for specified path. If no matching receiver will be found, a [ActorRefs.NoSender] instance will be returned.
Top
Operators
See Also