Class ActorRefBase.Surrogate
This class represents a surrogate of a ActorRefBase router. Its main use is to help during the serialization process.
Implements
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public class ActorRefBase.Surrogate : ISurrogate
Constructors
| Edit this page View SourceSurrogate(string)
TBD
Declaration
public Surrogate(string path)
Parameters
| Type | Name | Description |
|---|---|---|
| string | path | TBD |
Properties
| Edit this page View SourcePath
TBD
Declaration
public string Path { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
| Edit this page View SourceFromSurrogate(ActorSystem)
Creates an ActorRefBase encapsulated by this surrogate.
Declaration
public ISurrogated FromSurrogate(ActorSystem system)
Parameters
| Type | Name | Description |
|---|---|---|
| ActorSystem | system | The actor system that contains this ActorRefBase. |
Returns
| Type | Description |
|---|---|
| ISurrogated | The ActorRefBase encapsulated by this surrogate. |
Edit this page