Class Nobody.NobodySurrogate
A surrogate for serializing Nobody.
Implements
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public class Nobody.NobodySurrogate : ISurrogate
Methods
| Edit this page View SourceFromSurrogate(ActorSystem)
Converts the ISurrogate into a IActorRef.
Declaration
public ISurrogated FromSurrogate(ActorSystem system)
Parameters
| Type | Name | Description |
|---|---|---|
| ActorSystem | system | The actor system. |
Returns
| Type | Description |
|---|---|
| ISurrogated | TBD |
Edit this page