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

UnmonitorActor() public method

public UnmonitorActor ( string tag ) : System.Collections.Generic
tag string
return System.Collections.Generic
            public UnmonitorActor(string tag)
            {
                Tag = tag;
            }
        }
ClusterActorDiscoveryMessage.UnmonitorActor