Skip to content

UnregistrationCause

enum

Namespace: Orleans.GrainDirectory

Indicates the reason for removing activations from the directory. This influences the conditions that are applied when determining whether or not to remove an entry.
public enum UnregistrationCause

Fields

NameValueDescription
Force0Remove the directory entry forcefully, without any conditions
NonexistentActivation1Remove the directory entry only if it is not too fresh (to avoid races on new registrations)