ActorPathSurrogateFromSurrogate Method |
[Missing <summary> documentation for "M:Akka.Actor.ActorPath.Surrogate.FromSurrogate(Akka.Actor.ActorSystem)"]
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic Object FromSurrogate(
ActorSystem system
)
Public Function FromSurrogate (
system As ActorSystem
) As Object
public:
virtual Object^ FromSurrogate(
ActorSystem^ system
) sealed
abstract FromSurrogate :
system : ActorSystem -> Object
override FromSurrogate :
system : ActorSystem -> Object
Parameters
- system
- Type: Akka.ActorActorSystem
[Missing <param name="system"/> documentation for "M:Akka.Actor.ActorPath.Surrogate.FromSurrogate(Akka.Actor.ActorSystem)"]
Return Value
Type:
Object[Missing <returns> documentation for "M:Akka.Actor.ActorPath.Surrogate.FromSurrogate(Akka.Actor.ActorSystem)"]
Implements
ISurrogateFromSurrogate(ActorSystem)
See Also