requestName

Requests a DBus well-known name. returns if the name is owned after the call. Involves blocking call on a DBus method, may throw an exception on failure.

bool
requestName
(
Connection conn
,
string name
,
NameFlags flags = NameFlags.NoQueue | NameFlags.AllowReplace
)

Meta