Click or drag to resize
Akka.NETSpawn Methods

The Spawn type exposes the following members.

Methods
  NameDescription
Public methodStatic memberactorOf<Message, Returned>
Wraps provided function with actor behavior. It will be invoked each time, an actor will receive a message.
Public methodStatic memberactorOf2<Message, Returned>
Wraps provided function with actor behavior. It will be invoked each time, an actor will receive a message.
Public methodStatic memberapplySpawnOptions
Public methodStatic memberspawn<Message, Returned>
Spawns an actor using specified actor computation expression. The actor can only be used locally.
Public methodStatic memberspawne<Message, Returned>
Spawns an actor using specified actor computation expression, using an Expression AST. The actor code can be deployed remotely.
Public methodStatic memberspawnObj<a>
Spawns an actor using specified actor quotation. The actor can only be used locally.
Public methodStatic memberspawnObjOpt<a>
Spawns an actor using specified actor quotation, with custom spawn option settings. The actor can only be used locally.
Public methodStatic memberspawnOpt<Message, Returned>
Spawns an actor using specified actor computation expression, with custom spawn option settings. The actor can only be used locally.
Top
See Also