Akka.Remote.EndpointManager.EndpointPolicy.EndpointPolicy C# (CSharp) Method

EndpointPolicy() protected method

protected EndpointPolicy ( bool isTombstone ) : System
isTombstone bool
return System
            protected EndpointPolicy(bool isTombstone)
            {
                IsTombstone = isTombstone;
            }
        }
EndpointManager.EndpointPolicy