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 Surrogate : ISurrogate
Constructors
| Improve this Doc View SourceSurrogate(String)
TBD
Declaration
public Surrogate(string path)
Parameters
Type | Name | Description |
---|---|---|
String | path | TBD |
Properties
| Improve this Doc View SourcePath
TBD
Declaration
public string Path { get; }
Property Value
Type | Description |
---|---|
String |
Methods
| Improve this Doc 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. |