Szerkesztés

Megosztás a következőn keresztül:


UnregistrationCause Enum

Definition

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
type UnregistrationCause = 
Public Enum UnregistrationCause
Inheritance
UnregistrationCause

Fields

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)

Applies to