Akka.Interfaced.SlimSocket.Server.AkkaSurrogate.SurrogateForINotificationChannel.Convert C# (CSharp) Method

Convert() private method

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

Same methods

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