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 UnregistrationCauseFields
| Name | Value | Description |
|---|---|---|
Force | 0 | Remove the directory entry forcefully, without any conditions |
NonexistentActivation | 1 | Remove the directory entry only if it is not too fresh (to avoid races on new registrations) |
