Click or drag to resize
ActorRefToSurrogate Method

[Missing <summary> documentation for "M:Akka.Actor.ActorRef.ToSurrogate(Akka.Actor.ActorSystem)"]

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public ISurrogate ToSurrogate(
	ActorSystem system
)

Parameters

system
Type: Akka.ActorActorSystem

[Missing <param name="system"/> documentation for "M:Akka.Actor.ActorRef.ToSurrogate(Akka.Actor.ActorSystem)"]

Return Value

Type: ISurrogate

[Missing <returns> documentation for "M:Akka.Actor.ActorRef.ToSurrogate(Akka.Actor.ActorSystem)"]

Implements

ISurrogatedToSurrogate(ActorSystem)
See Also