Akka.Cluster.Utility.ClusterActorDiscoveryMessage.ActorUp.ActorUp C# (CSharp) Method

ActorUp() public method

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