Akka.Cluster.Utility.ClusterActorDiscoveryMessage.ActorUp.ActorUp C# (CSharp) 메소드

ActorUp() 공개 메소드

public ActorUp ( IActorRef actor, string tag ) : System.Collections.Generic
actor IActorRef
tag string
리턴 System.Collections.Generic
            public ActorUp(IActorRef actor, string tag)
            {
                Actor = actor;
                Tag = tag;
            }
        }
ClusterActorDiscoveryMessage.ActorUp