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

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

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