C# Class Akka.Remote.EndpointManager.EndpointPolicy

Datei anzeigen Open project: rogeralsing/akka.net Class Usage Examples

Public Properties

Property Type Description
IsTombstone bool

Protected Methods

Method Description
EndpointPolicy ( bool isTombstone ) : System

Method Details

EndpointPolicy() protected method

protected EndpointPolicy ( bool isTombstone ) : System
isTombstone bool
return System

Property Details

IsTombstone public_oe property

Indicates that the policy does not contain an active endpoint, but it is a tombstone of a previous failure
public bool IsTombstone
return bool