Akka.Remote.EndpointManager.EndpointPolicy.EndpointPolicy C# (CSharp) 메소드

EndpointPolicy() 보호된 메소드

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