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