Akka.Remote.EndpointManager.EndpointPolicy.EndpointPolicy C# (CSharp) Méthode

EndpointPolicy() protected méthode

protected EndpointPolicy ( bool isTombstone ) : System
isTombstone bool
Résultat System
            protected EndpointPolicy(bool isTombstone)
            {
                IsTombstone = isTombstone;
            }
        }
EndpointManager.EndpointPolicy