Akka.Cluster.Tools.PublishSubscribe.Internal.RegisterTopic.RegisterTopic C# (CSharp) Метод

RegisterTopic() публичный Метод

public RegisterTopic ( IActorRef topicRef ) : System
topicRef IActorRef
Результат System
        public RegisterTopic(IActorRef topicRef)
        {
            TopicRef = topicRef;
        }
    }
RegisterTopic