Akka.Cluster.Tools.PublishSubscribe.Internal.RegisterTopic.RegisterTopic C# (CSharp) Method

RegisterTopic() public method

public RegisterTopic ( IActorRef topicRef ) : System
topicRef IActorRef
return System
        public RegisterTopic(IActorRef topicRef)
        {
            TopicRef = topicRef;
        }
    }
RegisterTopic