Enum RequestNameOptions
Options when requesting a D-Bus name.
[Flags]
public enum RequestNameOptions : uint
Fields
AllowReplacement = 1Allow other users to take over this name.
Default = AllowReplacement | ReplaceExistingDefault options: allow replacement and replace existing owner.
None = 0No options are set.
ReplaceExisting = 2Replace the existing owner of this name.