Akka.Cluster.Utility.ClusterActorDiscoveryMessage.ClusterActorUp.ClusterActorUp C# (CSharp) Метод

ClusterActorUp() публичный Метод

public ClusterActorUp ( IActorRef actor, string tag ) : System.Collections.Generic
actor IActorRef
tag string
Результат System.Collections.Generic
            public ClusterActorUp(IActorRef actor, string tag)
            {
                Actor = actor;
                Tag = tag;
            }
        }
ClusterActorDiscoveryMessage.ClusterActorUp