ActorRefToSurrogate Method |
[Missing <summary> documentation for "M:Akka.Actor.ActorRef.ToSurrogate(Akka.Actor.ActorSystem)"]
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic ISurrogate ToSurrogate(
ActorSystem system
)
Public Function ToSurrogate (
system As ActorSystem
) As ISurrogate
public:
virtual ISurrogate^ ToSurrogate(
ActorSystem^ system
) sealed
abstract ToSurrogate :
system : ActorSystem -> ISurrogate
override ToSurrogate :
system : ActorSystem -> ISurrogate
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