Akka.Interfaced.ProtobufSerializer.AkkaSurrogate.SurrogateForIActorRef.Convert C# (CSharp) Метод

Convert() приватный Метод

private Convert ( IActorRef value ) : SurrogateForIActorRef
value IActorRef
Результат SurrogateForIActorRef
            public static SurrogateForIActorRef Convert(IActorRef value)
            {
                if (value == null)
                    return null;

                var path = ((ActorRefBase.Surrogate)value.ToSurrogate(CurrentSystem)).Path;
                return new SurrogateForIActorRef { Path = path };
            }

Same methods

AkkaSurrogate.SurrogateForIActorRef::Convert ( SurrogateForIActorRef value ) : IActorRef
AkkaSurrogate.SurrogateForIActorRef