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

Convert() 개인적인 메소드

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

                return new AkkaReceiverNotificationChannel(value.Actor);
            }
        }

Same methods

AkkaSurrogate.SurrogateForINotificationChannel::Convert ( INotificationChannel value ) : SurrogateForINotificationChannel
AkkaSurrogate.SurrogateForINotificationChannel