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