Table of Contents

Enum RequestNameOptions

Namespace
Tmds.DBus.Protocol
Assembly
Tmds.DBus.Protocol.dll

Options when requesting a D-Bus name.

[Flags]
public enum RequestNameOptions : uint

Fields

AllowReplacement = 1

Allow other users to take over this name.

Default = AllowReplacement | ReplaceExisting

Default options: allow replacement and replace existing owner.

None = 0

No options are set.

ReplaceExisting = 2

Replace the existing owner of this name.