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

ClusterActorUp() public method

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