Akka.Interfaced.ProtobufSerializer.AkkaSurrogate.SurrogateForIActorRef.Convert C# (CSharp) 메소드

Convert() 개인적인 메소드

private Convert ( SurrogateForIActorRef value ) : IActorRef
value SurrogateForIActorRef
리턴 IActorRef
            public static IActorRef Convert(SurrogateForIActorRef value)
            {
                if (value == null)
                    return null;

                var obj = ((new ActorRefBase.Surrogate(value.Path)).FromSurrogate(CurrentSystem));
                return (IActorRef)obj;
            }
        }

Same methods

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