Click or drag to resize
Akka.NETActors Methods

The Actors type exposes the following members.

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
See Also