public static SurrogateForIActorRef Convert(IActorRef value) { if (value == null) return null; var path = ((ActorRefBase.Surrogate)value.ToSurrogate(CurrentSystem)).Path; return new SurrogateForIActorRef { Path = path }; }
public static SurrogateForIActorRef Convert(IActorRef value) { if (value == null) { return(null); } var path = ((ActorRefBase.Surrogate)value.ToSurrogate(CurrentSystem)).Path; return(new SurrogateForIActorRef { Path = path }); }
public ISurrogate ToSurrogate(ActorSystem system) { return(_delegate.ToSurrogate(system)); }
public ISurrogate ToSurrogate(ActorSystem system) { return(_wrappedRef.ToSurrogate(system)); }